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)
})

/afloop/

    Package Sidebar

    Install

    npm i afloop

    Weekly Downloads

    38

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • ehgoodenough