UNPKG

animation-frame-polyfill

Version:

Polyfill requestAnimationFrame and cancelAnimationFrame

14 lines (9 loc) 228 B
# Animation Frame Polyfill ## Installation ```shell npm install animation-frame-polyfill --save ``` ## Example Usage (es2015) ```js import { requestAnimationFrame, cancelAnimationFrame } from 'animation-frame-polyfill'; ```