Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions How can I put 2 loop in 1 expression ?

  • How can I put 2 loop in 1 expression ?

    Posted by Supak Suksawat on February 24, 2022 at 5:33 am

    Such as, I want to put loopIn(“pingpong”,1) and put loopOut(“pingpong”,1) in scale

    but when I put it in scale, it animate only loopOut(“pingpong”,1)

    I write it in expression like this :

    loopIn(“pingpong”,1);loopOut(“pingpong”,1);

    Have any way to make it animate loopIn and loopOut too ?

    Supak Suksawat replied 4 years, 2 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    February 24, 2022 at 7:54 am

    Like this, maybe:

    time < key(1).time ? loopIn("pingpong",1) : loopOut("pingpong",1)
  • Supak Suksawat

    February 24, 2022 at 8:33 am

    Oh, Thank you 🙂

    Yes I need something like this.

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