Speed and influence properties to Bezier conversion
I'm trying to convert the speed and influence properties of Temporal EaseIn/EaseOut into bezier control points.
Examples:
the linear temporal interpolation would have 0,0,1,1 as the bezier control points.
![]() keySplines="0 0 1 1" | ![]() keySplines=".5 0 .5 1" | ||
![]() keySplines="0 .75 .25 1" | ![]() keySplines="1 0 .25 .25" |
In the similar way, i would like to get the bezier control points for the temporal Easein/easeout . Any way this can be achievable?
Thanks !



