AEJuice Free Plugins https://aejuice.com/free-plugins/?ref...
AEJuice I Want It All Bundle https://aejuice.com/product/i-want-it...
AEJuice YouTube Channel / @aejuice
Join me in this quick and engaging tutorial where we explore a fun After Effects expression to create a seamless wiggle loop! 🎨 We'll break down each part of the code, from setting the wiggle frequency and amplitude to mastering the art of looping. By the end of this video, you'll have a cool, continuously wiggling object, perfect for adding dynamic motion to your projects. Ideal for both beginners and seasoned animators, this guide makes complex concepts simple and fun. Let's animate! 🌟"
———————————————————————————————————————
COPY EXPRESSION ↴
// Set the frequency of the wiggle to 1 time per second
freq = 1;
// Set the amplitude of the wiggle to 110 units
amp = 110;
// Set the loop duration to 3 seconds
loopTime = 3;
// Calculate the current time within the looping period
t = time % loopTime;
// Calculate the first wiggle value at time 't' within the loop
wiggle1 = wiggle(freq, amp, 1, 0.5, t);
// Calculate the second wiggle value at time 't - loopTime', essentially getting the value from the previous loop
wiggle2 = wiggle(freq, amp, 1, 0.5, t - loopTime);
// Interpolate linearly between wiggle1 and wiggle2 over the loop period.
// As 't' goes from 0 to 'loopTime', the output transitions from wiggle1 to wiggle2
linear(t, 0, loopTime, wiggle1, wiggle2);
———————————————————————————————————————
🖥️ Amazing Design/Motion/VFX products ↴
🥤 AEJuice: bit.ly/48jxTTX
☀️ Support this Project ↴
☕️ Buy me a Coffee :) https://www.bit.ly/3pnEDyt
🛒 Design & Motion Assets Shop: https://www.bit.ly/3DCYpcS
🔎 Find me on ↴
👾Discord: / discord
📷 Instagram: / masd.lab
🏀 Dribbble: https://dribbble.com/marcosmasd
😎 Tiktok: / marcosmasd