Click or drag to resize
DigitalRuneAnimationTransitionsReplace Method
Replaces existing animations with a new animation. The previous animations are stopped and removed from the animation system.
Overload List
  NameDescription
Public methodStatic memberReplace
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.
Public methodStatic memberReplace(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.
Public methodStatic memberReplace(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.
Public methodStatic memberReplace(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.
Top
See Also