Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if (!window.requestAnimationFrame) {
  2. window.requestAnimationFrame = (function() {
  3. return window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function(callback, element) {
  4. window.setTimeout(callback, 1000 / 60)
  5. }
  6. })()
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement