[]timeline的问题
代码如下,timeline缓动函数的参数有什么地方可以设置的
var timeline:Laya.TimeLine = new Laya.TimeLine();
timeline.to(sp, {x:500, y:500}, 3000, Laya.Ease.backIn, 0)
.to(sp, {x:0, y:0}, 3000, null, 0);
timeline.play(0, false);
var timeline:Laya.TimeLine = new Laya.TimeLine();
timeline.to(sp, {x:500, y:500}, 3000, Laya.Ease.backIn, 0)
.to(sp, {x:0, y:0}, 3000, null, 0);
timeline.play(0, false);
没有找到相关结果
已邀请:
要回复问题请先登录
2 个回复
Monica - 知识达人
赞同来自:
xnbbosco
赞同来自: