Hey everyone!
In this After Effects tutorial, I will show you how to create this easy 2D lava lamp effect using built-in effects inside After Effects. Following this method, you can create really easy liquid effects, so let's get started!
___________________________
Wiggle Loop Expression
freq = 0.2;
amp = 500;
loopTime = 6;
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)
___________________________
➡️ Project File - https://bit.ly/49un3tZ
➡️ Patreon - https://bit.ly/3iMNiSB
___________________________
➡️ My Popular Tutorials
After Effects Text Behind Moving Object - • After Effects Text Behind Moving Obje...
Saber Text Animation Tutorial - • Saber Text Animation Tutorial in Afte...
Retro Style Text Animation - • Retro Style Text Animation Tutorial i...
Sparkling Stars Animation in After Effects - • Sparkling Stars Animation in After Ef...
___________________________
🔥Follow Me On - / aemachinefx
___________________________
@aemachine
#aftereffects #liquid #lavalamp #2d #animation #tutorial