-
Is it possible to have an animation execute every x number of frames?
Wondering if there’s a way with expressions to trigger an animation every x number of frames.
For example, if I want to move a layer 800px on the Y axis, over a duration of 10 frames, and I want this to happen every 24 frames, how would I code that?
I accomplished something similar with the loopOut(“offset”) function, just wondering if there’s a non-keyframe way of doing it