请问 2.4版本的 缓动系统 cc.tween 怎么写 渐隐渐显 fadeIn fadeOut

  • Creator 版本:

  • 目标平台:

  • 重现方式:

  • 首个报错:

  • 之前哪个版本是正常的:

  • 手机型号:

  • 手机浏览器:

  • 编辑器操作系统:

  • 重现概率:

this.node.opacity = 0;
cc.tween(this.node).to(0.8,{opacity:255}).start();

哦哦哦 确实可以 谢谢