raf.js
Version:
Yet another requestAnimationFrame polyfill.
26 lines (17 loc) • 779 B
Markdown
# raf.js [](https://github.com/ngryman/jquery.finger#release-history) [](https://raw2.github.com/ngryman/raf.js/master/raf.min.js)
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](https://gist.github.com/paulirish/1579671).