Advertisement
Guest User

Untitled

a guest
May 27th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. s.theWindow.on('scroll', function () {
  2.   runAnimation = true;
  3.  
  4.   clearTimeout(homeScrollTimer);
  5.   var homeScrollTimer = setTimeout(function () {
  6.     runAnimation = false;
  7.   }, 3000);
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement