request-animation-frame2
v1.0.0
Published
Request animation frame shim because IE.
Downloads
4
Readme
request-animation-frame2
Request animation frame shim because IE.
Example
var requestAnimationFrame2 = require("request-animation-frame2")
requestAnimationFrame2(function loop() {
console.log("SPAM")
requestAnimationFrame2(loop)
})
// TODO. Show example
Installation
npm install request-animation-frame2
Contributors
- Raynos