Guest User

Untitled

a guest
Mar 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. window.requestAnimFrame = (function() {
  2. return window.requestAnimationFrame ||
  3. function(/* function */ callback, /* DOMElement */ element){
  4. window.setTimeout(callback, 1000 / 60);
  5. };
  6. })();
Add Comment
Please, Sign In to add comment