[]有没有js版本Tween clear相关的demo??

按照(https://ask.layabox.com/question/4702)操作后不管用,我的写法如下leftToRight1(){
Laya.Tween.clear(this.leftToRightTween1);
this.leftToRightTween1 = Laya.Tween.to(this.spFetch, { rotation: -170 }, 3000, null, Laya.Handler.create(this, this.leftToRight2))
}
leftToRight2(){
Laya.Tween.clear(this.leftToRightTween2);
this.leftToRightTween2 = Laya.Tween.to(this.spFetch, { rotation: -10 }, 3000,null, Laya.Handler.create(this, this.leftToRight1))
}
报错如下
QQ20180122-125642.png
已邀请:

Aar0n

赞同来自:

示例 ->2d-> 缓动->缓动函数演示里有, https://layaair.ldc.layabox.co ... sDemo

182*****369

赞同来自:

如果你想停止缓动,就不能直接Tween.to调用,需要new Tween类通过变量保存,在将其清空就可以清理(清理的是缓动对象)

要回复问题请先

商务合作
商务合作