Easing Animations
Last updated
Last updated
Any animation method will accept an animation curve. Creating animation curves in the usual way can be quite the task (especially with scripting). Which is why Animatables comes with 42 easing curves that are available to you at any time.
Just call the static Ease
class and pick an easing option.
For example, here's how we could create a looping elastic move animation for a RectTransform: