-
Scale that modify position line by line relative in text list
Hi. Thanks to everyone that could help me with this thing that seem easy but i´m breaking my head trying to achive: This video explain what i´m trying to do:
I already done the follow with delay creating a null (Controller) with a 3 Sliders (one for “Delay”, one for “X Offset” and one for “Y Offset” The firs Text layer have the keyframes of the movement and hen, in every other text layer i use this expression:
m=index-4;
d=thisComp.layer(“Controller”).effect(“Delay”)(“Slider”);
p=thisComp.layer(“Texto 01 “).transform.position.valueAtTime(time-d*m);
ox=thisComp.layer(“Controller”).effect(“X Offset”)(“Slider”);
oy=thisComp.layer(“Controller”).effect(“Y Offset”)(“Slider”);
[p[0]+ox*m,p[1]+oy*m]
But my problem is the scale effect in the line of the text that modify the position of the others.
Sorry, there were no replies found.