-
Change which frames a loopOut references?
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…