Dynamic Text Animation Tutorial in After Effects | Motion Graphics Tutorial

preview_player
Показать описание
In this tutorial I show you how to create dynamic text animation in after effects without using any plugins. You can create custom text animations for as many characters as you wish, create trails for letters and all this is done with just one expression that allows animation to be smooth and bouncy. This video includes: dynamic text animation tutorial after effects, dynamic text animation tutorial, dynamic text animation, dynamic text, after effects, after effects tutorial, motion graphics, motion design, motion graphics tutorial, text animation, motion graphics text animation, typography, typography tutorial, text animation tutorial, text animation in after effects, bounce text, bouncy text, bounce effect, overshoot effect, overshoot text, expression bounce, expression overshoot, after effects text, after effects without plugins, beginner tutorial.

SOCIALS
===================================

#aftereffects #textanimation #tutorial #smertimbagraphics #aftereffectstutorial #aftereffect #text #textanimationtutorial #animation #motiongraphics #motiondesign #motiongraphicstutorial #aetutorial #ae
Рекомендации по теме
Комментарии
Автор

Expression:

amp = .1;
freq = 2.0;
decay = 5.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}

SmertimbaGraphics
Автор

This is the most helpful channel on Youtube👍❤

Mifrilae
Автор

You should do a video on how to appropriately deliver tutorials. This is one of the most informative and efficient channels on the platform. You deserve a lot more attention. The fact that you only have 21K subscribers is a crime. I tell everyone I know about you.

TheSupermandrew
Автор

This is very interesting and very inspiring..
Thanks for the expression codes it's very helpful just like the tutorial.

And am sure gonna replicate this in my own style in my future tutorials on my channel..


Thanks for always being an inspiration 🌹

ssbotaru
Автор

Just a funny note, if you decrease decay, the bounces will last longer. If you decrease frecuency, it will also affect the way the bounce behaves with Y (like you were playing pinball). If you are struggling like me as a newbie, don´t forget to locate the positions as close as you can, oherwise the expression will make the animation last an eternity....

yegl
Автор

спасибо братишка за уроки, привет из россии 💗

TheCubianChain