Click or drag to resize
DigitalRuneEasingMode Enumeration
Defines how the easing functions interpolate.

Namespace: DigitalRune.Animation.Easing
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public enum EasingMode
Members
  Member nameValueDescription
EaseIn0 The interpolation follows the formula of the easing function.
EaseOut1 The interpolation follows the reverse of the formula of the easing function.
EaseInOut2 The interpolation uses EaseIn for the first half of the interpolation and EaseOut for the second half.
See Also