-
Adding loopOut() to existing expression
I have a simple expression on a Slider control that has two keyframes.
posterizeTime(4);
Math.round(value);Adding a loopOut(); to the end of this ignores the Math.round(). But strangely, the posterizeTime() still is being applied.
How can I add a looping expression to my existing expression?