Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months 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';
```