Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects easeOut expression

  • easeOut expression

    Posted by Craig Kristensen on April 29, 2016 at 6:41 pm

    I’m using this expression that I found in the forum to animate an X position from A to B. B being a dynamic value that can change depending on the input of “TextValue”.

    max = thisComp.layer(“TextValue”).text.sourceText.value;
    min = 0;
    t1 = key(1).time;
    t2 = key(2).time
    if (time<=t1) min;
    else if (time>t1 && time

    Is there any way to edit the actual curve in this example?

    Walter Soyka replied 10 years, 4 months ago 2 Members · 1 Reply
  • 1 Reply
  • Walter Soyka

    May 1, 2016 at 10:23 am

    You can do this mathematically if you write a function that describes that curve, but personally, I like to approach this by building the curve in Ae on a property on a null layer, then using expressions elsewhere to reference the values on that curve.

    Walter Soyka
    Designer & Mad Scientist at Keen Live [link]
    Motion Graphics, Widescreen Events, Presentation Design, and Consulting
    @keenlive   |   RenderBreak [blog]   |   Profile [LinkedIn]

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