afloop

1.0.2 • Public • Published

Afloop

An animation frame loop. Pronounced "af-loop". This function will be run once every frame, and is passed the delta between each frame, given in seconds.

var loop = new Afloop(function(delta) {
    console.log(delta)
})

Readme

Keywords

none

Package Sidebar

Install

npm i afloop

Weekly Downloads

12

Version

1.0.2

License

MIT

Last publish

Collaborators

  • ehgoodenough