-
Continuous X movement with adjustable speed
So Ive run into a problem and I cant wrap my head around it.
I have a big layer I wanto to move in one dimension continiously, lets say 50 pixels every second. But at certain points I would like to stop the animation with easable keyframes. At first I thought I could simply use a slider and multiply that slider by “time” and add that value to my x-position. It works at first, but when I animate the slider from 50 to 0, the layer moves to the other side for the time, which makes sense since this solution is more of an constanly growing offset then a real speed value. This also gets problematic when I hold this still standing state for 3 seconds and animate the slider back to 50, since time constantly keeps on going.
So can anyone think of a way to halt the animation smoothly and start it smoothly again?
Sorry, there were no replies found.