-
How to Combine 2 Expressions? Inerta Positon with Loop
Hello guys,
Can i join this two expressions?
1 – INERTA POSITION
————————————————-1 LOOP
I want to loop the inerta position expression added to position. Hope you could help me!
Thanks,
JoãoQueirós1 - INERTA POSITIONn = 0;
if (numKeys > 0)
{n = nearestKey(time).index;if (key(n).time > time){n--;}}
if (n == 0) {t = 0;} else {t = time - key(n).time;}if (n > 0){v = velocityAtTime(key(n).time - thisComp.frameDuration/10);
amp = 3;
freq = 2.0;
decay = 3.0;value + (v/100)*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t);}else
{value;}
1 LOOP
loopOut(type = "cycle", numKeyframes = 0)