![]()
Cancels an animation frame created by requestAnimationFrame_().
|
code » | ||
![]()
Cycles through all registered animations.
Arguments:
|
code » | ||
![]()
Registers an animation to be cycled on the global timer.
Arguments:
|
code » | ||
![]()
Requests an animation frame based on the requestAnimationFrame and
cancelRequestAnimationFrame function pair.
|
code » | ||
![]()
Registers an animation window. This allows usage of the timing control API
for animations. Note that this window must be visible, as non-visible
windows can potentially stop animating. This window does not necessarily
need to be the window inside which animation occurs, but must remain visible.
See: https://developer.mozilla.org/en/DOM/window.mozRequestAnimationFrame.
Arguments:
|
code » | ||
![]()
Tears down this module. Useful for testing.
|
code » | ||
![]()
Removes an animation from the list of animations which are cycled on the
global timer.
Arguments:
|
code » |