Table of Contents

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 = 0
BounceOut = 1
CubicIn = 2
CubicInOut = 3
CubicOut = 4
Linear = 5
SinIn = 6
SinInOut = 7
SinOut = 8
SpringIn = 9
SpringOut = 10