Class Summary | |
---|---|
AbstractAnimation | An abstract base class for the different types of animation. |
AnimationEngine | An abstract base class for managing animation in a document. |
AnimationEngine.AnimationInfo | Class to hold target information of an animation. |
AnimationEngine.Listener | Listener class for changes to base values on a target element. |
AnimationEngine.Sandwich | Class to hold an animation sandwich for a particular attribute. |
AnimationEngine.TargetInfo | Class to hold XML and CSS animations for a target element. |
AnimationException | An exception class for SMIL animation exceptions. |
ColorAnimation | An animation class for 'animateColor' animations. |
InterpolatingAnimation | An abstract animation class for those animations that interpolate values. |
MotionAnimation | An animation class for 'animateMotion' animations. |
SetAnimation | An animation class for 'set' animations. |
SimpleAnimation | An animation class for 'animate' animations. |
TransformAnimation | An animation class for 'animateTransform' animations. |