-
Adding Math.round and LoopOut to same property?
I have a keyframed property that I only want to interpolate with integers. But I also want it to loop.
How do I combine:
Math.round(value);
loopOut();
Using this expression keeps the loop, but ignores the rounding.