-
Notifications
You must be signed in to change notification settings - Fork 0
EasingDirection
Kaiser Fechner edited this page Mar 25, 2025
·
2 revisions
The EasingDirection enum defines the three primary directions used in easing functions, which control the rate of change of an animation over time. These directions help determine how the animation progresses at different stages:
- In: The function describing the interpolation will be normal.
- Out: The function describing the interpolation will be inversed.
- InOut: The function describing the interpolation will get shorted to the midpoint then inverted to continue to the end.