QUICK TIP: Animated Number Counter with After Effects

Поділитися
Вставка
  • Опубліковано 8 січ 2023
  • How to EASILY animate numbers with commas, symbols, decimals... everything! A 3 minute tutorial that explains every part of this effect. Let's get straight to the point because this is an easy one to forget.
    Learn how to create an animated number count effect in After Effects. I'll show you how to use a Slider with expressions to animate the numbers counting up, as well as how to add decimals, symbols, commas and any additional text. This trick is quite an easy one to forget and it took me a long time to lodge it in to my brain. So hopefully this speed run can help you remember how to do it.
    ____________________________________________
    Hey! 👋 If you’re new here, (and welcome back if you’re not!) we are Natively Ornate Studios. On our channel you will find tutorials and tips on all things video making & editing, workflow solutions, Motion Design & AI. Expect content on After Effects, Cinema 4D, Octane, and new emerging technology.
    📝If you want to learn more, subscribe and keep an eye out for our latest videos! We will be bringing you lots more tips and tricks for beginners 👨‍🎓, to help you get the hang of motion design, as well as more advanced content such as plug ins, scripts and expressions for the more experienced designers! 💪
    ____________________________________________
    EXPRESSIONS USED:
    ////// Dollar sign with commas and two decimal places:
    num = effect("Slider Control")("Slider").value.toFixed(2).replace(/\B(?=(\d{3})+(?!\d))/g, ",");
    "$" + num
    ////// Code for adding commas:
    .replace(/\B(?=(\d{3})+(?!\d))/g, ",");
    ////// Rounding just to whole numbers:
    Math.round()
    Adding a line break:
    + “
    ” +
    ____________________________________________
    Check out our online store here for some freebies:
    nativelyornate.gumroad.com/
    ____________________________________________
    HIDDEN TIP: Earn money on your Stock Photos & Videos here:
    submit.shutterstock.com/?rid=...
    ____________________________________________
    RECORDING EQUIPMENT:
    My Microphone - amzn.to/3D2eMzy
    My Audio Interface - amzn.to/3J51Ywo
    XLR Cable - amzn.to/3iWdpM3
    ____________________________________________
    Don't forget to subscribe and follow on social media for more tips and tutorials:
    / nativelyornate
    Website: nativelyornate.com/
    #aftereffects #motiongraphics #countingnumbers #aftereffectstutorial #tutorial #quicktip #speedrun #commas #aftereffects2023 #aftereffectsspeedrun #animatednumbercounter #animatednumbers #ae
  • Навчання та стиль

КОМЕНТАРІ • 82

  • @nativelyornate
    @nativelyornate  Рік тому +5

    HOW TO ANIMATE NUMBERS OVER A MILLION - ua-cam.com/video/Nguzk2Fb2vo/v-deo.html

  • @mcphilthy
    @mcphilthy 3 місяці тому +1

    Concise and quick. What a gift, thank you!

  • @zonalcalro
    @zonalcalro Рік тому +1

    One of the best tutorial on expression I've ever seen. Thanx

    • @nativelyornate
      @nativelyornate  Рік тому +1

      Really appreciate that thank you! This was actually my first ever tutorial so never expected that feedback. 😅 Thanks so much for watching :)

  • @jaydez_
    @jaydez_ Рік тому

    AMAZING! Thank you so much!

  • @optimusprashant
    @optimusprashant 11 місяців тому

    Best tut for counting animation🔥

  • @alvaroparra5696
    @alvaroparra5696 9 місяців тому

    nice and straight to the point!
    thank you

  • @LaurenHunter-yu9xy
    @LaurenHunter-yu9xy Рік тому

    This was super useful!

  • @Game.Clubfarsi
    @Game.Clubfarsi 5 місяців тому

    Thank you so much ❤

  • @moteeahadramout7261
    @moteeahadramout7261 6 місяців тому

    Thanks you so much 🎉

  • @thedadwars
    @thedadwars 4 місяці тому

    Thanks for the quick assist. Extra points awarded for the fantastic accent.

  • @WaseemAhmad-xg4ct
    @WaseemAhmad-xg4ct Рік тому +1

    Super useful man. Amazing. :)😛

  • @srliberthman7292
    @srliberthman7292 6 місяців тому

    Thanks bro, you have saved me

  • @Player-R
    @Player-R Рік тому

    Thank a lot!

  • @proteus333
    @proteus333 Рік тому

    thank u so much this was lovely

  • @gaurangfans
    @gaurangfans Рік тому

    Thank you.. This was super useful

  • @gsorsogon
    @gsorsogon Рік тому

    Thank you so much!

  • @AlheliGarz
    @AlheliGarz 6 місяців тому

    THANKKKKK YOUUUUUUU!!!!!!

  • @khaphan4241
    @khaphan4241 11 днів тому

    Thanks a lot

  • @zaynqureshi56
    @zaynqureshi56 Рік тому +1

    brilliant

  • @user-ur9ir9ky2o
    @user-ur9ir9ky2o Рік тому +6

    replace(/\./g, ",")
    better to use that one to replace dot with coma

  • @abdo7036
    @abdo7036 7 місяців тому

    thank's 🥰😃

  • @vincentbelanger8288
    @vincentbelanger8288 11 місяців тому

    Finally an easy and well explained video on this. You killed it THANKS

  • @sxvag3
    @sxvag3 Рік тому

    Thanks ALOT brv

  • @4seeableTV
    @4seeableTV Рік тому

    Nicely done. I was wondering how to do this after watching those videos that have graphs and increasing amounts for things such as biggest movies of all-time.

    • @nativelyornate
      @nativelyornate  Рік тому

      Ahh those videos are so cool, hard to not watch them! 😂 Thanks for watching! :)

  • @mickeyromeo
    @mickeyromeo 11 місяців тому +1

    thanks

  • @hugonenganga9138
    @hugonenganga9138 10 місяців тому

    legend

  • @clarkb.8405
    @clarkb.8405 Рік тому +1

    This DESERVIES "10,000 Likes" Thanks Chris!

  • @Alaawii
    @Alaawii 6 місяців тому +2

    whats the name of the sound effect used to increment the numbers?

  • @proteus333
    @proteus333 Рік тому

    Goat

  • @NotLeoTolstoy
    @NotLeoTolstoy 10 місяців тому

    mah mann!!

  • @ethelquinn
    @ethelquinn 5 місяців тому +2

    I don't know why people expect us camera and video edit people to know this coding vodo magic. Why can't there be simple plug play drag drop properly customisable solutions. Even templates are hard to properly flexibly customise to needs.

  • @aayusucks
    @aayusucks 11 місяців тому

    Fuck, that animation in the end. Too good

  • @KirschVideoVault
    @KirschVideoVault 8 місяців тому

    After I actually paid close attention, this was easy and the best tut on the subject I've come across. TY!

    • @nativelyornate
      @nativelyornate  8 місяців тому

      Thanks so much!! Really appreciate that :)

  • @user-ob9qs9cq6d
    @user-ob9qs9cq6d 8 місяців тому

    nice

  • @SanchoRito
    @SanchoRito 7 місяців тому

    Trying to get you to 10k likes

  • @Blakemer
    @Blakemer 26 днів тому

    not sure if its an update issue or I'm doing it wrong but I copy and pasted from description and I still can't get it to work 😮‍💨

  • @klyushinegor
    @klyushinegor Рік тому

    Thank you for your video! Tell me please, how to change font size “like”?

    • @nativelyornate
      @nativelyornate  Рік тому +3

      No problem, I hope you got some good use out of it! ☺ You're able to set the fonts and text sizes with expressions by using a variable array, but it gets a little bit confusing. I'll maybe make a video on it soon... If you were wanting to change the font and sizes for just the word after the number counter then it might be easier just to set that up as a separate layer. Hope that helps!

  • @ILikeMilk-es5ii
    @ILikeMilk-es5ii 4 місяці тому

    how do you animate so it starts counting up? mine is stuck at 0

  • @NuMediaVN
    @NuMediaVN Рік тому

    It's simple & easy to follow your quick tip. How to change dot (.) to comma (,)? Our country uses comma (,) as decimal point? Thanks

    • @nativelyornate
      @nativelyornate  Рік тому

      Ahh yeah there is a way to do this. If you look up the "toLocaleString()" method, you can format it to your countries code. I only recently learned this. 😅 Thanks so much for the feedback as well :)

  • @fajrisetiabudi8768
    @fajrisetiabudi8768 Місяць тому

    how about to change thickness of "dollar" text, does anyone know

  • @SidToons
    @SidToons Рік тому

    Thanks for the explainer

  • @Carlinosbrowns
    @Carlinosbrowns Рік тому

    Hi, When adding decimals my counter is shaking pretty badly. Anything to smoothen the animation? thanks

    • @nativelyornate
      @nativelyornate  Рік тому

      Hi :) It could be because the text is centre or right aligned? If you go in to the Paragraph window and left align, does that make a difference?

    • @Carlinosbrowns
      @Carlinosbrowns Рік тому

      @@nativelyornate ooohh thank you I’ll give that a try

  • @nataliebielecki3593
    @nataliebielecki3593 6 місяців тому

    okay but why are we going so fast IM STRESSED

  • @zaeemsidd
    @zaeemsidd 3 місяці тому

    my numbers aren't centered. it starts on the left and by the end of it its centered

  • @ajaCF519
    @ajaCF519 Рік тому

    Why can’t I find my slider control anywhere? 😢 please someone help I got a time crunch 😭😭

    • @nativelyornate
      @nativelyornate  Рік тому +1

      Hey! It'll be in Effects > Expression Controls > Slider Control
      Hope you found it in time!

  • @SidToons
    @SidToons Рік тому

    Where can we learn the expressions

    • @nativelyornate
      @nativelyornate  Рік тому +1

      Hey, there are loads of free resources on UA-cam where you can learn expressions, so have a good browse and see what you can find. There's also a good list on the Adobe website which could be a good place to start - here's a link helpx.adobe.com/uk/after-effects/using/expression-examples.html
      I hope this helps! 💪I'll be uploading more tutorials soon so hopefully some of my videos will also help!

  • @i5v5a5n
    @i5v5a5n 8 місяців тому

    I don't even know to do the things in the first 10s of the video. Add slider, create text layer LOL

  • @GuayoyoAzucarado
    @GuayoyoAzucarado 9 місяців тому

    This is great! but my number needs a period. example to go from 16.000 to 100.000 - I don't want the American way 16,000 to 100,000. My currency do not use comma. How to express this? thanks.

    • @GuayoyoAzucarado
      @GuayoyoAzucarado 9 місяців тому

      I found it. this is the code: s = "" + Math.floor(effect("Slider Control")("Slider")[0]);
      s.replace(/\B(?=(\d{3})+(?!\d))/g, ".");

  • @simonzhang3D
    @simonzhang3D 5 місяців тому

    see you in 3 months again

  • @webfreeelancer
    @webfreeelancer 11 місяців тому

    why your digit's not "jumping" ? my jumps left to right when counting

    • @nativelyornate
      @nativelyornate  8 місяців тому

      It might be to do with the paragraph alignment? If it's centre aligned, it might jump around, but left aligned should fix this

  • @optimusprashant
    @optimusprashant Місяць тому

    i get error after adding: num + "%"

  • @Inactive69455
    @Inactive69455 Рік тому

    any way for the value to be over a million?

    • @nativelyornate
      @nativelyornate  Рік тому

      I've just dropped a new video that'll show you how to do this :)

  • @AndyChantu
    @AndyChantu Рік тому

    wait. are we PROGRAMMING here?

  • @Oussama-yb9ck
    @Oussama-yb9ck 11 місяців тому

    hello thank you what about if i want over 1,000,000?

    • @nativelyornate
      @nativelyornate  11 місяців тому +1

      Hey! I’ve got another video on my channel that covers just that 😊

    • @Oussama-yb9ck
      @Oussama-yb9ck 11 місяців тому

      thank you i've watched it and works exactly as i want. much thanks@@nativelyornate

    • @Oussama-yb9ck
      @Oussama-yb9ck 11 місяців тому

      @@nativelyornate i would like to ask you if there are some scripts or presets that make the job with smooth number count animation. cause i think it would be much easier

  • @pyrocloud4260
    @pyrocloud4260 Рік тому

    how to make 2.000.000?

    • @nativelyornate
      @nativelyornate  Рік тому

      I have just dropped a new video that will show you how to do this :)

  • @dianasaurstudio
    @dianasaurstudio 5 місяців тому

    YAY! This worked brilliantly. I just needed the $ and comma, and this is the code I used based off your video:
    num = (effect("Slider Control")("Slider")).value.toFixed(0).replace(/\B(?=(\d{3})+(?!\d))/g, ",");
    "
    $" + num