-
loopOut(“continue”) not interpreting correctly 2d values
Hi, I use the loopOut(“continue”) to quickly animate a forever-going element with just two keyframes, usually, it works really well, but sometimes I see it won’t work, here’s an example. I put a Fractal noise in one layer, I animate the offset with two keyframes, it moves 1000px in X in 10 frames, then I write loopOut(“continue”) in the offset expression, and I would expect that on frame 20, the offset would’ve moved another 1000 px. but it is not, it only moves 282.4 px more. I guess this happens because I’m applying “continue” to a 2-dimensional value, but it works in position even if I don’t separate dimension. Do you have any solutions that involves using the expression?
I’ll post an image of what I’m doing In AE
thanks