1.0.2 • Published 8 years ago

afloop v1.0.2

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

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

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago