-
time delay from the leading position Z
hello world,
i am having multiple layers offseted on the x axis, wich should appear from the distance, one after the other. i created a control layer, with a keyframed animation for the z position. from there, i would like all the other layers to follow the z postion with a delay, of e.g 5 frames. their genuine x and y position should be untouched by the leaders values…
time and expression allways get me…
delay = thisComp.layer("Control Layer").effect("delay control")("Slider");
d = delay*thisComp.frameDuration*(index - 1);[position[0], position[1], thisComp.layer("Control Layer").transform.position[2].valueAtTime(time - d)]