fast-animation-frame

0.3.3 • Public • Published

Fast Animation Frame

Cross-platform requestAnimationFrame. Super fast.

npm i fast-animation-frame
const {requestAnimationFrame, cancelAnimationFrame} = require('fast-animation-frame')

requestAnimationFrame(function step(t) {
  // do sth.
})

Package Sidebar

Install

npm i fast-animation-frame

Weekly Downloads

3

Version

0.3.3

License

MIT

Unpacked Size

5.66 kB

Total Files

8

Last publish

Collaborators

  • akira_cn