Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Linear Expression to Start when the Layer Begins and Expand or Animate an Object

  • Linear Expression to Start when the Layer Begins and Expand or Animate an Object

    Posted by Nathan Goodfellow on May 29, 2019 at 4:10 am

    I wrote this expression initially to make some images shrink for a slideshow
    but I’ve used it a lot to animate between point a and b when the frame is added to the timeline.
    Hope someone else finds it useful too!

    //Expand an object from 0 to 200% over 19.2 seconds - apply to %
    rate = 19.2;
    expand = linear(time, inPoint, inPoint+rate, 0, 200);
    [expand, expand];

    Nathan Goodfellow replied 7 years, 2 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