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

Readme

Keywords

none

Package Sidebar

Install

npm i request-animation-frame2

Weekly Downloads

2

Version

1.0.0

License

none

Last publish

Collaborators

  • raynos