Custom Easing for Keyframe-less Animation
I’m building an expression for a keyframe-less animation, but I need a specific easing curve. The basic linear, easeIn, and easeOut functions do not give me as much easing control as I need. Right now I’m using the linear function and pulling the easing properties from a Slider Control, however I would like to hardcode a specific ease into the expression, so that it runs without the need of the Slider.
I need the easing to match the curve from the attachment. (I pulled both bezier handles as far to the left as I could.)
I’ve tried many different options, but none have been able to replicate this curve exactly. Any help would be greatly appreciated!
