Enum EasingType
- Namespace
- AlohaKit.Animations
- Assembly
- AlohaKit.Animations.dll
The EasingType enum provides a set of predefined easing functions used in animations. Each easing type determines the progression and behavior of an animation over time, allowing you to create smooth and visually appealing transitions.
public enum EasingType
Fields
BounceIn = 0BounceOut = 1CubicIn = 2CubicInOut = 3CubicOut = 4Linear = 5SinIn = 6SinInOut = 7SinOut = 8SpringIn = 9SpringOut = 10