The following tables list the members exposed by Animation.
Name | Description | |
---|---|---|
Animation Constructor | Initializes a new instance of the Animation class. |
Name | Description | |
---|---|---|
Duration | Gets/sets how many steps should be taken for the Start value to reach the End value. | |
EasingFunction | Gets/ sets the easing function that will be used to calculate the animation. | |
IsPlaying | Gets whether or not the Animation is currently running. | |
Time | Gets/ sets the current step the animation is in. |
Name | Description | |
---|---|---|
OnComplete | Called when the animation has reached its end. | |
OnTick | Called each step in the Animation. |