![]()
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 » |
![]()
Default wait timeout for animations (in milliseconds). Only used for timed
animation, which uses a timer (setTimeout) to schedule animation.
|
Code » | |
![]()
A map of animations which should be cycled on the global timer.
|
Code » | |
An interval ID for the global timer or event handler uid.
|
Code » | |
![]()
An optional animation window.
|
Code » |