-
Move an object along the x axis over a designated number of frames
Hi there.
I’m a bit stuck with the solution for this. I have a number of objects on a grid and want to move them tighter together as I pull the camera back.
I’m hoping some kind of expression might do the trick.
I need to move an object along the x axis for say 100px over a period of 25 frames.
I’ve got this so far but unfortunately this creates continuous movement.
Any help as always is much appreciated.
Cheers
Mike
x = (time / thisComp.frameDuration) * 10;value + [x, 0]
miketosetto dot com | bestiacollective dot com