Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Auto movement Y axis on outpoint

  • Dan Ebberts

    June 15, 2023 at 6:33 am

    What does the animation look like (is it keyframed)? A screen shot of your timeline showing the animation would be helpful.

  • Filip Vandueren

    June 15, 2023 at 8:19 am

    Something along these lines:

    t1 = thisLayer.outPoint-framesToTime(20);
    t2 = thisLayer.outPoint;
    ease(time, t1,t2, value, value+[0,thisComp.height]);

    Or maybe ease() could be easeIn() or easeOut(), depending on the timing you want.
    If you need more control over the speed curve, then it can’t be done with a simple interpolation function.

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