Copy link to clipboard
Copied
I am attempting to wiggle position of layer but in a staggered motion, not smooth, so each new wiggle generated position would appear, hold, then reappear in new wiggle position at a rate of every .5s...
Like this maybe:
freq = 3;
amp = 200;
hold = .5;
t = Math.floor(time/hold)*hold;
wiggle(freq,amp,1,.5,t)
Copy link to clipboard
Copied
Like this maybe:
freq = 3;
amp = 200;
hold = .5;
t = Math.floor(time/hold)*hold;
wiggle(freq,amp,1,.5,t)
Copy link to clipboard
Copied
TYTYTYTYTYTTY!!!! Didn't realize I could work in a HOLD variable!! Awesome!
Copy link to clipboard
Copied
You could use the Wiggle expression in combination with the “Posterize Time” effect on the layer and play with the setting of the effect.