Skip to content

ehgoodenough/afloop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Afloop

An animation frame loop. Pronounced "af-loop". Given a function, it will loop it each and every frame. The function is passed the time between each frame, given in milliseconds, and capped at a second.

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

Releases

No releases published

Packages

No packages published