animation-frame-polyfill
v1.0.2
Published
Polyfill requestAnimationFrame and cancelAnimationFrame
Downloads
239,074
Maintainers
Readme
Animation Frame Polyfill
Installation
npm install animation-frame-polyfill --save
Example Usage (es2015)
import { requestAnimationFrame, cancelAnimationFrame } from 'animation-frame-polyfill';