Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Ambilight's full-sized avatar

Yuriy Ambilight

  • Yekaterinburg
View GitHub Profile
@Ambilight
Ambilight / rAF.js
Last active December 17, 2015 00:19 — forked from paulirish/rAF.js
// requestAnimationFrame polyfill taken from https://gist.github.com/paulirish/1579671
// and adopted to AMD module;
/* also:
- change new Date().getTime() to Date.now()
*/
define ([], function () {
// http://paulirish.com/2011/requestanimationframe-for-smart-animating/
// http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating