1.0.0 • Published 11 years ago

request-animation-frame2 v1.0.0

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

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

MIT Licenced