References
summary | ||
public |
delays the call to nextFrame with setTimeout |
|
public |
create a Promise that resolves in the next Animationframe |
|
public |
create an animationframe loop that calls a function (callback) in every frame |
|
public |
create a Promise that resolves in the next Animationframe |
|
public |
call a function sequencely every next frame on every iterating position of an array |
|
public |
create a throttled animationframe loop that calls a function (callback) in every specified |
|
public |
until fn returns a truthy value do not resolve. |
|
public |
waiting x frames before the Promise will resolve |
|
public |
resolve when fn returns a truthy value. |