Packagecom.threerings.display
Interfacepublic interface Animation
ImplementorsAnimationImpl, FloatingTextAnimation, TextCharAnimation



Public Methods
 MethodDefined by
  
updateAnimation(elapsed:Number):void
The primary working method for your animation.
Animation
Method detail
updateAnimation()method
public function updateAnimation(elapsed:Number):void

The primary working method for your animation. The argument indicates how many milliseconds have passed since the animation was started.

Parameters
elapsed:Number