awips2/components/raf.js
2016-04-03 22:04:09 -05:00
..
bower.json initial publication 2016-04-03 22:04:09 -05:00
LICENSE-MIT initial publication 2016-04-03 22:04:09 -05:00
package.json initial publication 2016-04-03 22:04:09 -05:00
raf.js initial publication 2016-04-03 22:04:09 -05:00
raf.min.js initial publication 2016-04-03 22:04:09 -05:00
README.md initial publication 2016-04-03 22:04:09 -05:00

raf.js Version Size

Yet another requestAnimationFrame polyfill:

  • really tiny: 361 bytes minified and 242 gzipped.

Install

Bower Jam npm
bower install raf.js jam install raf npm install raf.js

Release History

v0.0.4
 - IE8 compatibility, (#6).

v0.0.3
 - removed unecessary cast on `Date.now` (#1).
 - export to `cancelAnimationFrame` instead of `cancelRequestAnimationFrame` (#2).

Credits

Paul's Irish gist.