Skip to content

Instantly share code, notes, and snippets.

View Danziger's full-sized avatar
💾
01100011 01101111 01100100 01101001 01101110 01100111

Dani Gámez Franco Danziger

💾
01100011 01101111 01100100 01101001 01101110 01100111
View GitHub Profile
@Danziger
Danziger / rAF.js
Last active August 29, 2015 14:03 — forked from paulirish/rAF.js
// requestAnimationFrame POLYFILL ////////////////////////////////////////////////////////////////////
// requestAnimationFrame and cancelAnimationFrame polyfill based on Erik Möller's one: https://gist.github.com/paulirish/1579671
// MDN Docs: https://developer.mozilla.org/es/docs/DOM/window.requestAnimationFrame
// @source https://gist.github.com/Danziger/fc83f1b2f16f70655a4a
// @license MIT license
(function(strict, calculations){
"use strict";
var vendors = ['webkit', 'moz', 'ms', 'o'];