[]js项目使用缓动类Tween报错

代码如下

var Tww = laya.utils.Tween;

to0();
function to0()
{
Tww.to(this.lis, {
alpha: 0.5
}, 500, null, Handler.create(this, to1));
}

function to1()
{
Tww.to(this.lis, {
alpha: 1
}, 500, null, Handler.create(this, to0));
}
在AS中是没有问题的。
已邀请:

Aar0n

赞同来自:

有demo 发上来看一下吗

要回复问题请先

商务合作
商务合作