Creating a Looping Wiggle Effect in After Effects - Tutorial

Creating a Looping Wiggle Effect in After Effects - Tutorial When you create a wiggle effect - really easy with (wiggle 1,10) for example - and you want to make your animation loop, you can’t because it randomly jumps around so the starting position isn’t the same as the end position. Well fear no more! I’ve got the solution for you. You’ll have to watch the video though. Cheers! Looping Wiggle Expression: freq = 1; amp = 110; loopTime = 3; 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) If you would like to download the project files, you can do that by supporting us on Patreon. You can also get a lot more perks with our different tiers so head on over there and support us! Our Patreon page: Follow us on Instagram to get the latest updates:
Back to Top