Guest User

Untitled

a guest
Jan 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. window.animate = function(f){[['width','offsetWidth'],['height','offsetHeight']].map(function(i){f[i[0]]=function(e,w,d,c,p,o,t,s){d=d||d==0?~~(d/100)*100:1e3;t=w-(o=e[i[1]]);(s=e.style)[i[0]]=o+"px";function a(){s[i[0]]=(o+=20*t/d,o)+"px";parseInt(s[i[0]])!=w?setTimeout(a,20):c.call(e)}();return f}});return f}({});
  2.  
  3. // Only 299 bytes!
Add Comment
Please, Sign In to add comment