Version

Animation Class Members

The following tables list the members exposed by Animation.

Public Constructors
 NameDescription
Public ConstructorAnimation ConstructorInitializes a new instance of the Animation class.  
Public Properties
 NameDescription
Public PropertyDurationGets/sets how many steps should be taken for the Start value to reach the End value.  
Public PropertyEasingFunctionGets/ sets the easing function that will be used to calculate the animation.  
Public PropertyIsPlayingGets whether or not the Animation is currently running.  
Public PropertyTimeGets/ sets the current step the animation is in.  
Public Methods
 NameDescription
Public MethodContinueResumes the animation if it was stopped before finishing.  
Public MethodPlayResets the Time to 1 and starts the Animation.  
Public MethodStopEnds the currently running animation.  
Protected Methods
 NameDescription
Protected MethodOnCompleteCalled when the animation has reached its end.  
Protected MethodOnTickCalled each step in the Animation.  
Public Events
 NameDescription
Public EventCompleteFired when the animation has reached the end.  
Public EventTickFired for each step in the Animation.  
See Also