-
Using Follow The Leader expression with multiple shapes within a single shape layer
I’m trying to use the “follow the leader” expression to animate multiple paths/shapes within a single shape layer. I’m not sure how to modify the expression to reference the individual “contents” of the shape layer or if this is even possible.
Trying to clarify–rather than using multiple layers with the expression I want to use multiple shapes within a single shape layer. The reason being is I have some vector art that I am converting to shapes in after effects and it converts all the shapes within a single shape layer and I want to be able to get the transform properties for each path/shape/content.
Am I making sense? Thanks for the help!
delay = 5; //number of frames to delayd = delay*thisComp.frameDuration*(index - 1);
thisComp.layer(1).position.valueAtTime(time - d)