Shape to follow a path that was created in an expression from csv data
There are hundreds of examples of how to make a shape follow a path, all of them involve copying the actual path into the shape's position and you get the results. This does not work when your path come from an expression, in which the path was created with createPath previously reading data points from a csv file.
Other method, which looks cool, is when using Text, you use Path Options, them from the drop down you pick a mask where you already have your path in code, then I can play with Last Margin/First Margin properties to get the text moving over time....this works except that I don't want it for Text. And I can't find a way to have a Path Options in a shape.
I also tried this. Have a Shape Layer, with an Ellipse (the moving object), add a path, then add the expression and it seems I have a path for my moving object. But then how do achieve moving the object overtime? The purpose of my composition is to have the object to move according to the time in the CSV data.
The only way I have accomplished this, is to have the Transform.Position of my shapelayer with expression to read again from the CSV data, but in this method the object does not move smoothly.The shape does not move as smoothly as the the text following the path using Path options.
So, what I'm looking is how do I make a shape to follow a path, when path has been created with an expression.
Thanks in advance
