![]() | AnimationController Methods |
The AnimationController type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoRecycle |
Automatically recycles the animation instances when the animation is stopped and removed
from the animation system.
|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Pause |
Stops the animation from progressing.
|
![]() | Recycle |
Recycles the animation instances associated with this controller.
|
![]() | Resume |
Resumes an animation that was previously paused.
|
![]() | Start |
Starts the animation immediately.
|
![]() | Start(AnimationTransition) |
Starts the animation using the specified transition.
|
![]() | Stop |
Stops the animation immediately.
|
![]() | Stop(TimeSpan) |
Stops the animation by fading it out over time.
|
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
![]() | UpdateAndApply |
Immediately evaluates the animation and applies the new animation values.
|