I am searching for an expression that let me repeat something. For example I have a value that should be going from 0 to 15 and then back to 0 and so on. I dont want to make million keyframes. Is it possible to make something like this with an expression?
Thanks.
yep just write where u have give keyframes
loopOut(type=”cycle”)
Thank you!
Anil
- Community Superstar
- Has been a member for 2-3 years
- Sold between 50 000 and 100 000 dollars
- Item was Featured
- Author was Featured
- Author had a File in an Envato Bundle
- Contributed a Tutorial to a Tuts+ Site
- Author had a Free File of the Month
loopOut(type = “cycle”, numKeyframes = 0)
Where in numKeyframes type number of keyframes you want to repeat
loopOut(type=”cycle”)
This one is working fine 
You have many expressions inside of AE itself, this expression is also inside of AE.
you can use this form
loopOut(“cycle”,0)
it will do what you asked for, but you can play with numbers as well. If you write for instance
loopOut(“cycle”,1) it will run whole keyframes and into loop will place two last keyframes, if you write number 2 it will work take three last keyframes into loop and so on.
If you do not wont to play every loop from beginning of animated sequence to the end and then immediately jump to start and want to go from start to beginning than back to start and so on you can use
loopOut(“pingpong”,0).
I bet that there is a better explanation somewhere but hope you understand.
