1.0.5 • Published 2 years ago

@solaldr/raf v1.0.5

Weekly downloads
35
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago