Class cssa_AnimationInteger

Object
   |
   +--cssa_Animation
         |
         +--cssa_AnimationInteger

class cssa_AnimationInteger
extends cssa_Animation


Animation class to change CSS properties of the integer type of any unit
Author: Arnaud Aubert - aaubert@magesi.com
Defined in cssa.js


Field Summary
 string curUnit
          Unit of the animated integer (px, %, em, pt...)
 int curVal
          Current value of the animated integer
 int from
          Starting integer animated value
 int iInc
          Incremental value added to the property each time it is being recomputed
 Object nbFrames
          
   
Fields inherited from class cssa_Animation
duration, curKey, nbFrames
 
Constructor Summary
cssa_AnimationInteger (<element> elem, propName, <String> to, <int> duration, <boolean> bLoop, <boolean> bRevert)
            Animation of any integer based value.
 
Method Summary
 void tick()
          
 
Methods inherited from class cssa_Animation
init
 

Field Detail

curUnit

string curUnit

curVal

int curVal

from

int from

iInc

int iInc

nbFrames

Object nbFrames

Constructor Detail

cssa_AnimationInteger

cssa_AnimationInteger(<element> elem, propName, <String> to, <int> duration, <boolean> bLoop, <boolean> bRevert)

Method Detail

tick

void tick()


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