-
Controlling the looping speed of loopOut(“cycle”)
Hi :), I currently have loopOut(“cycle”) script assigned to a the X position of a layer. The X position is animated with 2 keyframes. The first keyframe looks exactly like the last keyframe, so that when it loops, the graphics will move seamlessly over and over.
At some point in my animation, I would like to increase the speed of the looping element (preferably, ramping up). Here is what I have tried so far:
1. In the X position, if I add this line:
loopOut(“cycle”);
time*rate // and I plan to assign ‘rate’ to a sliderThis would cause the seamless looping element to mess up. I think it interferes with the loopOut script somehow.
2. I have tried time warping (as time remapping could not create a ramp up effect), but the problem is it becomes buggy when assigned to a 3D layer and viewed through a camera.
3. I searched through the threads, you guys mentioned that it is hard to create expressions for the ramp change in time. However, the thread was years ago and I wonder if we can achieve this now.