In this Adobe After Effects tutorial you will learn how to loop wiggle motion in Adobe After Effects by using a simple Expression.
Looping Wiggle Expression for Adobe After Effects.
freq = 1;
amp = 10;
loopTime = thisComp.duration;
t = time % loopTime;
wiggle1 = wiggle(freq, amp, 1, 0.5, t);
wiggle2 = wiggle(freq, amp, 1, 0.5, t - loopTime);
linear(t, 0, loopTime, wiggle1, wiggle2)
Visit Motion Made Patreon Shop
/ shop
Visit Motion Made Website
https://www.motionmade.net
#motionmade #adobeaftereffectstutorials #aftereffects