-
Don’t understand loopOut() and family
So, I’ve read the Animating a butterfly tutorial, and I read the AE help file on loopIn(), loopOut(), loopInDuration(), and loopOutDuration().
I’ve followed the loopOut instructions in the tutorial exactly, yet it does nothing. The video file still plays normally.
If I enter (time-inPoint)%2; as the expression instead, I can get it to repeat, but that’s harder to tweak than loopOut would presumably be if I could get it to work.
Also, in every example I’ve seen, the first parameter for all these functions is always “cycle.” What other possible values are there?