Enum EasingMode
Describes different animation easing modes
Namespace: EmptyKeys.UserInterface.Media.Animation
Assembly: EmptyKeys.UserInterface.dll
Syntax
public enum EasingMode
Fields
| Name | Description |
|---|---|
| EaseIn | The ease in |
| EaseInOut | The ease in out |
| EaseOut | The ease out |