npm.io
1.0.2 • Published 10 years ago

afloop

Licence
MIT
Version
1.0.2
Deps
0
Vulns
0
Weekly
0
Stars
1

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