Guest User

Untitled

a guest
Jun 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. TweenLite.to(clip, Math.random()*0.5+1, {scaleX:1, scaleY:1, delay:Math.random(), ease:Cubic.easeInOut});
  2. TweenLite.to(clip, Math.random()*0.5+1, {rotation:0, delay:Math.random(), ease:Back.easeInOut});
Add Comment
Please, Sign In to add comment