-
Loop a specific 'time' instead of keyframes
Hi,
I am working on a project where I have an expression that gives a time output, where the keyframes have been re-timed dependent on the time on the keyframes, etc.
So the end of the expression basically looks like this:
valueAtTime(finalTime);
I would like to have this value to loop after it runs the first cycle. Of course the loopOut only works with keyframes, so was wondering if there is some other way.
Is this possible?
Thanks!