After Effects Tutorial | Simple Morph Animation | For Beginner

preview_player
Показать описание
Hey there,
In this cool After Effects tutorial, I'm gonna teach you a simple morph animation that's super professional and crazy easy. You can slap this technique into your motion graphics in no time.
But wait, there's more! In this video, besides Learning the morph animation in After Effects, you'll also learn how to use Squash and stretch, bouncing animation, and motion blur.
It's all about taking your motion graphics game to the next level and blowing the minds of your viewers.

🚶 Follow me online:

00:00 - intro
00:59 - Making the Squash & Stretch Animation
02:06 - Adding Bouncing to the Animation
02:38 - Adding Motion Blur to the Animation
03:20 - How to Morph
04:27 - Adding Shadow
05:27 - Animating the Background
06:10 - About Animating the Stem

#motiongraphicstutorial #aftereffectstutorials #motiongraphicsdesign
Рекомендации по теме
Комментарии
Автор

Bounce Expression:

amp = .1;
freq = 1.5;
decay = 3.0;
n = 0;
time_max = 4;
if (numKeys > 0){
n = nearestKey(time).index;
if (key(n).time > time){
n--;
}}
if (n == 0){ t = 0;
}else{
t = time - key(n).time;
}
if (n > 0 && t < time_max){
v = velocityAtTime(key(n).time - thisComp.frameDuration/10);
value +
}else{value}

JafarFazel
Автор

Wow! Can you please make a tutorial for the hair and the lights?🙏🏽

shiravital
Автор

please show how to animate the hair/top bit

sashahawkes
Автор

Pumpkin ka aakh le light kaise nikala or pumpkin ka head ka tutorial bhi dal do plz

RobinJeo-hr
Автор

@JafarFazel bro where is lighting part?

design
Автор

Bro plz share the script of that bounce animation

soumyadipbanerjee