This abstract class defines easing functions used for smooth animations.
Easing functions determine how animation progress is interpolated over time. They can create effects such as acceleration, deceleration, and bouncing.
You can use predefined easing functions such as Easing.Linear
or define custom functions.