[LayaAir 2.0]位图文本怎么做渐变消隐动画?

为什么好多主键都没有了alpha选项?动画模式不支持文本,场景模式文本不支持alpha选项,请问位图文本怎么做渐变消隐动画?
已邀请:

bpmf_d

赞同来自:

private createText(font: string): void {
        var txt: Text = new Text();
        txt.width = 250;
        txt.wordWrap = true;
        txt.text = "测试文本";
        txt.font = font;
        txt.leading = 5;
        txt.pos(Laya.stage.width - txt.width >> 1, Laya.stage.height - txt.height >> 1);
        txt.alpha = 0.1;
        Laya.stage.addChild(txt);
    }
我这测试是可以的

要回复问题请先

商务合作
商务合作