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
 
Constructor Summary
cssa_AnimationTree ()
            Construct a new cssa_AnimationTree object.
 
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

Field Detail

animations

Array animations

Constructor Detail

cssa_AnimationTree

cssa_AnimationTree()

Method Detail

deleteAnim

void deleteAnim(<csaa_Animation> oAnim)

deleteAnimationsForElem

void deleteAnimationsForElem(<element> oElem)

resetAll

void resetAll()


Documentation generated by JSDoc on Fri Oct 13 23:00:17 2006