Skip to content

Instantly share code, notes, and snippets.

View tonymedrano's full-sized avatar
💭
Awesome!

Tony Medrano tonymedrano

💭
Awesome!
View GitHub Profile
@tonymedrano
tonymedrano / RequestAnimationFrame.js
Created November 10, 2015 21:02 — forked from mrdoob/RequestAnimationFrame.js
Provides requestAnimationFrame in a cross browser way.
/**
* Provides requestAnimationFrame in a cross browser way.
* @author paulirish / http://paulirish.com/
*/
if ( !window.requestAnimationFrame ) {
window.requestAnimationFrame = ( function() {
return window.webkitRequestAnimationFrame ||