Guest User

Untitled

a guest
Mar 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. var movement=0;
  2.  
  3. meter.clipLevel = 0.9;
  4.  
  5. if (meter.volume > 0.03){ //If clipping check = true
  6.  
  7. movement+=1;
  8.  
  9. mainTl.to(".x1", 0.8, {scale: movement*3);
  10.  
  11. mainTl.from(".x2", 0.3, {left: movement*3});
  12.  
  13. setTimeout(function() {
  14.  
  15. mainTl.kill();
  16.  
  17. }, 500);
Add Comment
Please, Sign In to add comment