animation-frame-polyfill
Version:
Polyfill requestAnimationFrame and cancelAnimationFrame
21 lines (15 loc) • 281 B
Markdown
# Animation Frame Polyfill
## Installation
```shell
pnpm add animation-frame-polyfill
```
```shell
npm install animation-frame-polyfill --save
```
## Example Usage (es2015)
```js
import {
requestAnimationFrame,
cancelAnimationFrame,
} from "animation-frame-polyfill";
```