Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Change which frames a loopOut references?

  • Change which frames a loopOut references?

    Posted by Darryl Torke on June 20, 2015 at 5:47 pm

    So, I have a layer doing a simple blink between 0-20 opacity, alternating frames.
    But – after a point, let’s say after 3 seconds, I would like it to blink between 0-100, alternating frames.

    Would anyone know how I do this? Currently I am just using the loopOut expression: Loopout(“cycle”,2);

    I don’t think this is the right direction for what I want though…

    Dan Ebberts replied 10 years, 11 months ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    June 20, 2015 at 7:23 pm

    Something like this, probably:

    f = timeToFrames(time);
    maxVal = time < 3 ? 20 : 100;
    f%2 ? maxVal : 0

    Dan

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