Create an Automated Count Up Effect in After Effects | Tutorial
βΊ Free 100 Template Pack from us for AE & Premiere here:
https://bit.ly/Free100Templates
Here’s how to count up numbers in After Effects. If you’re looking to animate numbers, say from 0-100%, then learn how to use an expression to easily animate everything. On top of counting up your number, you’ll see how to easily add a prefix and a suffix. This way you’ll be able to add a ‘$’ symbol or a ‘%’ to your number. Lastly, we’re going to attach layers and objects to the count up effect. Count up your text in After Effects!
Here is the full expression without a Prefix or Suffix:
Math.round(effect(“Slider Control”)(“Slider”));
Here is the full expression with a Prefix:
“$” + Math.round(effect(“Slider Control”)(“Slider”));
Here is the full expression with a Suffix:
Math.round(effect(“Slider Control”)(“Slider”)) + “%”;
#shorts #AfterEffects #motiongraphics
Duration: 00:00:56
Likes: 941 – Views: 7604
source