Answered
wiggle expression
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...
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)Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.