头条小游戏, label标签使用 cc.fadeOut 出现渲染异常

  • Creator 版本:2.4.2

  • 目标平台: iOS

  • 重现方式:头条APP打开

  • 之前哪个版本是正常的 : 微信小游戏正常

代码片段
this.testNode.runAction(cc.sequence(cc.spawn(cc.scaleTo(1, 4).easing(cc.easeQuarticActionOut()), cc.fadeOut(0.6).easing(cc.easeQuarticActionOut())), cc.callFunc(function(t) { })))

字节跳动代码片段分享链接 : https://developer.toutiao.com/ide/minicode/JBysWXb

正常

错误(头条App 才能复现)

感谢反馈,我们这边看一下

:slightly_smiling:

抱歉,没能及时回复,我们在新建的工程里使用


        this.testNode.runAction(
            cc.spawn(
                cc.scaleTo(3,4),
                cc.fadeOut(3),
            )
        );

不能复现你的问题,想了解下 Label 组件有什么特别的配置吗
因为提供的 demo 是 release 工程,比较难查看相关配置信息