[]timeline
timeline 只能对同一个对象做时间线动画吗? 发现对不同对象做动画会出问题?
var timeline:TimeLine = new TimeLine();aa对象的动画都正常 ,bb的动画没有走完全
timeline.addLabel("ymove", 0).to(aa, { y:img_tipOver["ey"] }, 500, Ease.cubicInOut)
.addLabel("wait",0).to(aa,{},2000)
.addLabel("alphas", 0).to(aa, { alpha:0 }, 300, Ease.cubicOut)
.addLabel("grid", 0).to(bb, { x:0 }, 300, Ease.cubicIn);
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
cuixueying
赞同来自: