-
Exporting bezier handles coordinates from value graph
Hi, I’d like to export the value graph’s handles x y position, to recreate the exact bezier curve in a css animation.
For example, here’s a bezier curve in ae,

And here’s my attempts to guess the curve using Ceaser:

or in cubic-bezier

It draws a cubic bezier from the hadles’ positions, on a 0-1 scale.
Can I retrieve the exact handle location from ae?
Or generate an expression from a custom cubic bezier from inside ae?Thank you