Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Animate a layer in and out via the ease expression

  • Animate a layer in and out via the ease expression

    Posted by Gerold Brunner on June 12, 2018 at 6:26 am

    Hey Guys,

    is there a way to animate one layer in and out via the ‘ease’ expressions?

    I tried this, but it’s not working obviously^^

    Variables are just placeholders ☺
    How would I get around that?

    Thanks!

    easeOut(time,inPoint,inPoint+.5,[x,y],[x1,y1]);
    easeIn(time,outPoint,outPoint-.5,[x,y],[x1,y1]);

    dribbble

    Gerold Brunner replied 7 years, 11 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    June 12, 2018 at 7:29 am

    I haven’t tested it, but it would look something like this:


    if (time < inPoint + .5)
    easeOut(time,inPoint,inPoint+.5,[x,y],[x1,y1])
    else
    easeIn(time,outPoint-.5,outPoint,[x1,y1],[x,y]);

    Dan

  • Gerold Brunner

    June 12, 2018 at 10:07 am

    works like a charm, thanks!

    dribbble

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