An open API service indexing awesome lists of open source software.

https://github.com/webdeveric/animation-frame-polyfill

Polyfill requestAnimationFrame and cancelAnimationFrame
https://github.com/webdeveric/animation-frame-polyfill

animation-frame-polyfill cancel-animation-frame cancelanimationframe polyfill request-animation-frame requestanimationframe

Last synced: 8 days ago
JSON representation

Polyfill requestAnimationFrame and cancelAnimationFrame

Awesome Lists containing this project

README

        

# Animation Frame Polyfill

## Installation

```shell
npm install animation-frame-polyfill --save
```

## Example Usage (es2015)

```js
import { requestAnimationFrame, cancelAnimationFrame } from 'animation-frame-polyfill';
```