Hi
I have a wiggly path with circles that should match the Y position of some texts, and the X position of a path.
I tried using MotionPath and calculate the "progress", but it won't be accurate as the path is wiggly.
Is there some way to attach the circle to the path, but only for X axis? I got the Y axis down, so that's out of scope of this question.
I guess another way of doing it is to convert known Y, to a progress on a path. Is that possible?