| IEasingFunction Interface |
Defines a function that controls the pace of a transition.
Namespace: DigitalRune.Animation.EasingAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public interface IEasingFunction
Public Interface IEasingFunction
public interface class IEasingFunction
type IEasingFunction = interface end
The IEasingFunction type exposes the following members.
Methods
| Name | Description |
---|
| Ease |
Determines the current progress of a transition.
|
TopSee Also