-
Follow the Leader Expression–Only on one axis
This well-known expression makes a layer ‘follow the leader.’ It works on both X and Y. How do I restrict it to only the X dimension?
delay = 5; //number of frames to delay
d = delay*thisComp.frameDuration*(index – 1);
thisComp.layer(1).position.valueAtTime(time – d)Cheers!