animation-frame-polyfill
v1.0.3
Published
Polyfill requestAnimationFrame and cancelAnimationFrame
Maintainers
Readme
Animation Frame Polyfill
Installation
npm install animation-frame-polyfill --saveExample Usage (es2015)
import { requestAnimationFrame, cancelAnimationFrame } from 'animation-frame-polyfill';