# fast-animation-frame

> Cross-platform requestAnimationFrame. Super fast.

Latest version **0.3.3** (published 2018-08-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install fast-animation-frame
pnpm add fast-animation-frame
yarn add fast-animation-frame
bun add fast-animation-frame
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.3 |
| Published | 2018-08-03 |
| First published | 2018-03-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | akira-cn |
| Maintainers | akira_cn |
| Keywords | javascript, animation, performance, promise |

## Links

- npm: https://www.npmjs.com/package/fast-animation-frame
- npm.io page: https://npm.io/package/fast-animation-frame

## Dependencies (1)

- [babel-runtime](https://npm.io/package/babel-runtime.md) ^6.26.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.3.3 (latest) — 2018-08-03
- 0.3.2 — 2018-07-23
- 0.3.1 — 2018-07-23
- 0.3.0 — 2018-05-18
- 0.2.1 — 2018-04-03
- 0.2.0 — 2018-03-30
- 0.1.0 — 2018-03-30

## README

# Fast Animation Frame

Cross-platform requestAnimationFrame. Super fast.

```bash
npm i fast-animation-frame
```

```js
const {requestAnimationFrame, cancelAnimationFrame} = require('fast-animation-frame')

requestAnimationFrame(function step(t) {
  // do sth.
})
```

---
_Source: https://npm.io/package/fast-animation-frame · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
