Click or drag to resize
DigitalRuneIEasingFunction Interface
Defines a function that controls the pace of a transition.

Namespace: DigitalRune.Animation.Easing
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public interface IEasingFunction

The IEasingFunction type exposes the following members.

Methods
  NameDescription
Public methodEase
Determines the current progress of a transition.
Top
See Also