Skip to content

Instantly share code, notes, and snippets.

@rudiedirkx
Created March 27, 2013 20:24
Show Gist options
  • Save rudiedirkx/5257693 to your computer and use it in GitHub Desktop.
Save rudiedirkx/5257693 to your computer and use it in GitHub Desktop.
window.requestAnimationFrame || (window.requestAnimationFrame = window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function(cb) {
return setTimeout(cb, 1000 / 60);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment