Animated Orb/ Gradient sphere in After effects tutorial
Francis.J Motion Design
0:00 / 0:00
Animated Orb/ Gradient sphere in After effects tutorial
18 622 просмотра · 2 года назад
Francis.J Motion Design
16,5 тыс. подписчиков
18 622 просмотра · 2 года назад
In this video, We will look at the technique to create a gradient orb effect.
Color palette: cooler.co
Support the channel by downloading this project file here:
https://francisjose2016.gumroad.com/l...
After effects expression to apply on position( to make objects float up and down):
xAmp = 13; //height of undulations (pixels)
xFreq = .3; //undulations per second
xSpeed = 150; //speed of wave (pixels per second)
wl = xSpeed/xFreq; //wavelength (pixels)
phaseOffset = ((position[0]%wl)/wl)*2*Math.PI;
y = xAmp*Math.sin(2*Math.PI*xFreq*time + phaseOffset);
value + [0,y]
If you have any questions, Please leave it in the comments!