raf.js

Yet another requestAnimationFrame polyfill.

MIT 2 个版本
安装
npm install raf.js
yarn add raf.js
pnpm add raf.js
bun add raf.js
README

raf.js Version Size

Yet another requestAnimationFrame polyfill:

  • really tiny: 361 bytes minified and 242 gzipped.

Install

Bower Jam npm
bower install raf.js jam install raf npm install raf.js

Release History

v0.0.4
 - IE8 compatibility, (#6).

v0.0.3
 - removed unecessary cast on `Date.now` (#1).
 - export to `cancelAnimationFrame` instead of `cancelRequestAnimationFrame` (#2).

Credits

Paul's Irish gist.

版本列表
0.0.4 2014-04-25
0.0.3 2013-08-10