Class cssa_AnimationTree
Object
|
+--cssa_AnimationTree
- class
cssa_AnimationTree
This is the object managing all the animations of a page.
Only one instance of it should exist on a single page. It holds
the array of animations that should run and provides functions
to delete them
Author: Arnaud Aubert - aaubert@magesi.com
Defined in cssa.js
Field Summary |
Array |
animations
The array of the animations in the tree |
Method Summary |
void
|
deleteAnim(<csaa_Animation> oAnim)
This method can be used to delete a single given animation object
|
void
|
deleteAnimationsForElem(<element> oElem)
This method deletes all animations of a given element reference
|
void
|
resetAll()
This method can be used to delete all existing animations from the tree
|
animations
Array animations
The array of the animations in the tree
cssa_AnimationTree
cssa_AnimationTree()
Construct a new cssa_AnimationTree object.
Author: Arnaud Aubert - aaubert@magesi.com
deleteAnim
void deleteAnim(<csaa_Animation> oAnim)
This method can be used to delete a single given animation object
Parameters:
oAnim
- The animation to delete
Author: Arnaud Aubert - aaubert@magesi.com
deleteAnimationsForElem
void deleteAnimationsForElem(<element> oElem)
This method deletes all animations of a given element reference
Parameters:
oElem
- The element whose animations must be deleted
Author: Arnaud Aubert - aaubert@magesi.com
resetAll
void resetAll()
This method can be used to delete all existing animations from the tree
Author: Arnaud Aubert - aaubert@magesi.com
Documentation generated by
JSDoc on Fri Oct 13 23:00:17 2006