У нас вы можете посмотреть бесплатно Animated Orb/ Gradient sphere in After effects tutorial или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
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!