request-animation-frame2

1.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i request-animation-frame2

    Weekly Downloads

    1

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • raynos