[]抖动效果,震屏效果

我想最一个UI的抖动效果,像QQ发送抖一抖的效果,用了TWEEN缓动类感觉抖动速率给限速了一样。抖的很缓慢。 有没有更好的方法来写抖动。
已邀请:

无敌的小鱼

赞同来自:

var timeLine:TimeLine = new TimeLine();
timeLine.addLabel("turnup",0).to(this,{y:this.y + 20},20,null,0)
.addLabel("turndown",0).to(this,{y:this.y - 40},20,null,0)
.addLabel("turnup",0).to(this,{y:this.y + 400},20,null,0)
.addLabel("turndown",0).to(this,{y:this.y - 40},20,null,0)
    .addLabel("turnup",0).to(this,{y:this.y + 20},20,null,0);
timeLine.play(0,true);
 
这是我做的一个抖动动画 感觉有点lou,不知道怎么改进

185*****456

赞同来自:

同求

要回复问题请先

商务合作
商务合作