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.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)

Syntax

C#
public static AnimationTransition Replace()
Visual Basic
Public Shared Function Replace As AnimationTransition
Visual C++
public:
static AnimationTransition^ Replace()

Return Value

The AnimationTransition.

See Also