# reraf
**Repository Path**: mirrors_WebReflection/reraf
## Basic Information
- **Project Name**: reraf
- **Description**: A super light and simple way to reschedule animation frames
- **Primary Language**: Unknown
- **License**: ISC
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-19
- **Last Updated**: 2025-12-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# reraf
[](https://travis-ci.com/WebReflection/reraf) [](https://coveralls.io/github/WebReflection/reraf?branch=master)
**Social Media Photo by [Hans Eiskonen](https://unsplash.com/@eiskonen) on [Unsplash](https://unsplash.com/)**
A super light and simple way to reschedule animation frames, compatible with every browser and Node.js through a `setTimeout` and `clearTimeout` fallback.
```js
import reraf from 'reraf';
// or const reraf = require('reraf');
// or