Version

AnimationBase class Members

The following tables list the members exposed by AnimationBase.

Public Constructors
 NameDescription
Public ConstructorAnimationBase Constructor  
Public Properties
 NameDescription
Public PropertydurationGets duration of the animation in ticks and sets duration in milliseconds. Meaning that the onNext method will be fired for each tick. The default Value is 35. Duration in ticks for "get" and duration in milliseconds for "set".  
Public PropertyisAnimatingReturns true if the animation is currently occurring. True: animation is running.  
Public Methods
 NameDescription
Public MethoddisposeDisposes of the animation object.  
Public MethodonBeginShould be overriden on the base class. Notifies the Animation that it is about to Begin  
Public MethodonEndShould be overriden on the base class. Notifies the Animation that the animation has ended.  
Public MethodonNextShould be overriden on the base class. Fired for each tick of the Animation  
Public MethodplayStarts the Animation  
Public MethodstopEnds the Animation.  
See Also