Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions easeIn() reserse

  • Posted by Dennis Cheung on May 2, 2012 at 6:30 pm

    Hi

    I’m familiar with linear() and ease() functions. They work with two keyframes at a time, right? Is there a way I can set this with 4 keyframes? Below is an Expression for a layer traveling from point A to B, I’d like to gain control for points C and D.

    Thanks for reading

    if(numKeys >= 2){
     t1 = key(1).time;
     t2 = key(2).time;
    p1 =transform.position;
     
    easeIn(time,t1,t2,valueAtTime(t2),p1);
    }else
     value

    Dennis Cheung replied 14 years 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