Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Scale that modify position line by line relative in text list

  • Scale that modify position line by line relative in text list

    Posted by Jaime Gomez on November 1, 2020 at 1:32 am

    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:

    https://youtu.be/hakLulJbC_U

    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.

    Jaime Gomez replied 5 years, 10 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy