Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Polyfill requestAnimationFrame and cancelAnimationFrame
- Host: GitHub
- URL: https://github.com/webdeveric/animation-frame-polyfill
- Owner: webdeveric
- License: mit
- Created: 2016-04-11T15:08:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T20:58:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T19:45:18.356Z (2 months ago)
- Topics: animation-frame-polyfill, cancel-animation-frame, cancelanimationframe, polyfill, request-animation-frame, requestanimationframe
- Language: JavaScript
- Homepage:
- Size: 406 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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';
```