1.0.5 • Published 3 years ago

@solaldr/raf v1.0.5

Weekly downloads
35
License
MIT
Repository
github
Last release
3 years ago

raf

Getting started

Clone this repository and install its dependencies:

With npm:

npm install @solaldr/raf

With yarn:

yarn add @solaldr/raf

How to use

import Raf from '@solaldr/raf'
Raf.start()

Raf.addTick(myAnimCallback, 40) // 40 times per seconds
Raf.addTick(myRenderCallback, 60) // 60 times per seconds

License

MIT.

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago