AnimationTransitionsReplace Method |
Name | Description | |
---|---|---|
Replace |
Replaces all existing animations with the new animation. The new animation takes effect
immediately. The previous animations are stopped and removed from the animation system.
| |
Replace(TimeSpan) |
Gradually replaces all existing animations with the new animation. The new animation fades
in over the specified duration. After this duration the previous animations are stopped and
removed from the animation system.
| |
Replace(AnimationInstance) |
Replaces the specified animation with the new animation. The new animation takes effect
immediately. The previous animation is stopped and removed from the animation system.
| |
Replace(AnimationInstance, TimeSpan) |
Gradually replaces the specified animation with the new animation. The new animation fades
in over the specified duration. After this duration the previous animation is stopped and
removed from the animation system.
|