Controls how animations interact with any existing ones as they are added to or removed from the animation system.

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

Syntax

C#
public abstract class AnimationTransition
Visual Basic
Public MustInherit Class AnimationTransition
Visual C++
public ref class AnimationTransition abstract

Inheritance Hierarchy

System..::..Object
  DigitalRune.Animation.Transitions..::..AnimationTransition

See Also