Animating Juggling 3 Balls in After Effects Walkthrough

Описание к видео Animating Juggling 3 Balls in After Effects Walkthrough

Roughly edited walkthrough of animating juggling 3 balls in After Effects. This tutorial offers a deeper dive into the full process, from start to finish, for beginner to intermediate users. The video is roughly cut but covers everything you need to know to create this animation.

You can also enhance your animation with the following expression for scale adjustment:

h = transform.yPosition;

minYPosition = 250; // The y value when the ball is the highest.
maxYPosition = 750; // The y value when the ball is the lowest (close to the ground).
minS=30;
maxS=150;

s=linear(h,minYPosition,maxYPosition,minS,maxS); // Converting the y position to scale values.

[s,s]; // The Scale has 2 values(width and height), so we apply the s result to both of them.

link to the reference -    • 10 Advanced 3 Ball Juggling Tricks  
Link to the shorter tutorial -    • How to Animate Juggling 3 Balls After...  

#AfterEffects #MotionGraphics #Animation #Juggling #Walkthrough

Комментарии

Информация по комментариям в разработке