Class cssa_Animation

Object
   |
   +--cssa_Animation
Direct Known Subclasses:
cssa_AnimationColor, cssa_AnimationInteger

class cssa_Animation


Abstract class that defines the concept of an animation. All animation classes should inherit from this one and call init() in their constructor
Author: Arnaud Aubert - aaubert@magesi.com
Defined in cssa.js


Field Summary
 int curKey
          The current iteration number to complete animation
 int duration
          The number of milliseconds the animation takes to run
 int nbFrames
          The total number of iterations to complete the animation
 
Constructor Summary
cssa_Animation ()
            Define the concept of animation
 
Method Summary
 Object init(<element> elem, <String> propname, <String> to, <int> duration, <boolean> bLoop, <boolean> bRevert)
           This method is used internally and called by children to initialize basic properties.

Field Detail

curKey

int curKey

duration

int duration

nbFrames

int nbFrames

Constructor Detail

cssa_Animation

cssa_Animation()

Method Detail

init

Object init(<element> elem, <String> propname, <String> to, <int> duration, <boolean> bLoop, <boolean> bRevert)


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