How to Add a Custom Easing Value
You can choose how smoothly or quickly an interaction on your website moves or changes by adding a Custom Easing value.
How to Add a Custom Easing Value
- Click on an action from the Action Timeline
- Select Custom from the Easing options in the dropdown list.
- Enter a Custom Easing value into the field
Custom Easing Values
Custom easing values is where you use your own custom cubic Bézier curves, for example:
cubicBezier(.5, .05, .1, .3)
You can use tools like https://cubic-bezier.com to help with creating your own.