Namespace UILib.Animations
Classes
- BaseEase
The base class of all "ease" behaviours.
Eases between two values, supports reversing, and different curves for easing in/out.
- Curves
A collection of curves for easing.
All of these curves expect input values from 0 to 1 and will return a value between 0 and 1.
See: https://easings.net/
- Ease
A simple ease behaviour which eases between two values, sending onEase events on each iteration.