-
Move layer x pixels every nn frames
would like to move my layer’s position by an artbitrary amount of pixels in +x direction in a certain period of time.
Ideally, it would go something like this: Every half second, add nn to the x position of a layer using hold interpolation.
Or every 12 frames, jump the position xx pixels to the right.
So there would be a continuous progressive jumpy scroll to the right.