xnbbosco 代码如下,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);