Provides a set of predefined transitions to start or stop animations.

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

Syntax

C#
public static class AnimationTransitions
Visual Basic
Public NotInheritable Class AnimationTransitions
Visual C++
public ref class AnimationTransitions abstract sealed

Remarks

Important: Animation transitions cannot be reused for multiple animations. When an animation is started a new animation transition needs to be created using one of the methods of this class.

Inheritance Hierarchy

System..::..Object
  DigitalRune.Animation..::..AnimationTransitions

See Also