Question
Two expressions on a single property
Hey guys, I've a time delay expression and I need to add a loopOut in the same property of position.
framesToDelay=3*index;
delay=framesToTime(framesToDelay);
thisComp.layer("drop").transform.position.valueAtTime(time-delay);
and I want to also add
loopOut("continue")
both in the position property. Is it possible?
Thank you in advance.
