Animate Numbers Over 1 Million In After Effects

Поделиться
HTML-код
  • Опубликовано: 28 июн 2023
  • How to EASILY animate numbers with over ONE MILLION with commas! 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.
    ORIGINAL VIDEO - • QUICK TIP: Animated Nu...
    Learn how to create an animated number count effect in After Effects for numbers over one million. I'll show you how to use a Point Control with expressions to animate the numbers counting up in to the millions, as well as how to add commas and additional symbols. 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 = "" + Math.round(effect("Point Control")("Point")[0]);
    num.replace(/\B(?=(\d{3})+(?!\d))/g, ",");
    ////// Code for adding commas:
    .replace(/\B(?=(\d{3})+(?!\d))/g, ",");
    ____________________________________________
    Check out my online store 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 #onemillion #animatingnumbersoveronemillion #aftereffectsspeedrun #animatednumbercounter #animatednumbers #ae
  • ХоббиХобби

Комментарии • 74

  • @nativelyornate
    @nativelyornate  Год назад +8

    🌟🌟🌟 ADDING DECIMALS:
    num = "" + (effect("Point Control")("Point")[0]).toFixed(2);
    num.replace(/\B(?=(\d{3})+(?!\d))/g, ",");
    Use this expression. Changing the number after "toFixed" will change thee number of decimal places.

    • @AlexTyson_
      @AlexTyson_ 20 часов назад

      is there a way to retain a set amount of "blank" zeros, for instance, representing the year 2024 as 000,002,024 ?

  • @JP3Boogietek
    @JP3Boogietek 22 дня назад

    Amazing, quick and easy! Thank you so much!!!

  • @tyshkadesign2941
    @tyshkadesign2941 3 месяца назад

    Thank you for this tutorial! Short and easy!!!

  • @far7064
    @far7064 Год назад +7

    I've been looking for a tutorial where someone shows me how to do it with point control instead of slider control and after searching for so long, I finally found this amazing tutorial. Thank you very much!

    • @nativelyornate
      @nativelyornate  Год назад

      Amazing! So happy I was able to help, and not a problem at all. 😀😆

  • @CricketDistrict
    @CricketDistrict 7 месяцев назад +1

    Best tutorial going for this, thank you for the help!

  • @imkaikhalid
    @imkaikhalid 4 месяца назад +1

    Thank you so much! This was exactly what I needed

  • @samhastwell5478
    @samhastwell5478 11 месяцев назад

    Legend! You really got me out of a jam with this tute. Thank you :)

  • @christianfreire3274
    @christianfreire3274 6 месяцев назад +1

    I was driving nuts with the regular slider THANK YOU!!

  • @tonywannabee
    @tonywannabee 7 месяцев назад

    Very helpful! Thank you!

  • @lukecarter9005
    @lukecarter9005 2 месяца назад

    Hell yeah man, thanks! worked great.

  • @shelkonnery
    @shelkonnery 6 месяцев назад

    Nice!! Thanks for sharing this!

  • @daniiseh
    @daniiseh 11 месяцев назад

    super tutorial! thank u

  • @Roger_VideoEditor
    @Roger_VideoEditor Год назад

    Thanks. Very Helpful.

  • @4seeableTV
    @4seeableTV Год назад

    Thanks again Chris

  • @VolkanDalyan
    @VolkanDalyan Месяц назад

    Thank you so much that worked great

  • @tonyambito8028
    @tonyambito8028 4 месяца назад

    thx very helpful!

  • @AArif2899
    @AArif2899 2 месяца назад

    Thank you so much!!!!!

  • @bookssummaries2023-mp3yy
    @bookssummaries2023-mp3yy Год назад

    thank you great stuff.

  • @hersonlariosa5739
    @hersonlariosa5739 11 месяцев назад

    Nice tutorial bro this is what I am looking for! BTW how can you put the dollar sign after the numbers?

  • @Farkaz
    @Farkaz 6 месяцев назад

    legend! thx so much

  • @rgb.229
    @rgb.229 Год назад

    Hey ! Very good tutorial but do you know how can i add motion blur to the number ?

  • @1Rahulbanjara
    @1Rahulbanjara 2 месяца назад

    Thanks

  • @shahzodrustamov7880
    @shahzodrustamov7880 2 месяца назад

    thank bro

  • @toapyandfriends
    @toapyandfriends 5 месяцев назад +1

    I did everything like you said and when I added the math round and moved pick whip up to the expression property the math round part completely disappeared and I was just left with the items that you had after that

  • @cheaddaca3532
    @cheaddaca3532 11 месяцев назад

    legend!

  • @bcproductionvideos
    @bcproductionvideos 10 месяцев назад

    TYSM!!!

  • @jaspinderdhiman501
    @jaspinderdhiman501 11 месяцев назад

    thnku bro

  • @2joa000
    @2joa000 Год назад

    Hey, nice tutorial. Idk if im being a noob or something, but it works fine on AE but whenver i go and render it on Media Encoder it will simply show the text box without the expression. Ex. i crated a text box saying "numbers" and used your expression to make it count 0 - X, whenever i render it, it will show simply a static text saying "numbers" and not the animation

  • @draftshare
    @draftshare 9 месяцев назад

    hi, can you pls explain this code!.. want to know what's stands for what @natively ornate

  • @BanaadirMedia
    @BanaadirMedia 7 месяцев назад

    🙏 Thanks

  • @mapograph
    @mapograph 11 месяцев назад

    I’m making a historical video where I want to use the numbers (text) effect. However the most I can go back to is the year 1912 where the slider stops at -30000. Is there a way to go back further as my video is going to take place in the 1700s.

  • @ahmedkishwarferdous8602
    @ahmedkishwarferdous8602 3 месяца назад +1

    How can I put space after the number suppose, "2,245 MW"

  • @SavvyTechGuy894
    @SavvyTechGuy894 3 месяца назад +1

    anchor point is shifting during animation pls help sir

  • @richardaogo
    @richardaogo 3 месяца назад

    i love you bro

  • @paulperno2524
    @paulperno2524 Год назад

    i have a probleme, if a had a second counter in the same sentence, the "num.replace(/\B(?=(\d{3})+(?!\d))/g, ",");" will not work, but if i remove a number counter to leave just 1, it work,
    I don't know if you understood me ;)

  • @andreluzuriaga5678
    @andreluzuriaga5678 4 месяца назад

    @nativelyornate how can we have the numbers without a background in order to use it in other content

  • @huseyiny1358
    @huseyiny1358 8 месяцев назад +1

    So how can I write this as 17.000.000?

  • @funside7662
    @funside7662 4 месяца назад

    my numbers looks shaky. but your numbers looks stable how is this possible?

  • @LukaM891
    @LukaM891 11 месяцев назад

    Is it also possible to make it go the other way like for example down from 100.000 to 50.000?

    • @nativelyornate
      @nativelyornate  8 месяцев назад

      Yep! All you have to do it reverse the keyframes :)

  • @ZacVogel
    @ZacVogel Месяц назад +1

    When I try this, the numbers don't go up from the center if that makes sense - like for the 2,000,000 to be centered when it finishes counting, the 0 it starts with has to be on the left of the screen - does anyone know what the problem is?

    • @diachenkobohdan
      @diachenkobohdan Месяц назад

      var num = effect("Point Control")("Point")[0].toFixed(0);
      var formattedNum = num.replace(/\B(?=(\d{3})+(?!\d))/g, ",");
      formattedNum;
      Alt + click the stopwatch next to Anchor Point to add an expression:
      t = thisLayer.sourceRectAtTime();
      [t.width / -2, t.height / -1];
      You should experiment with values ​​of -2 and -1

  • @dampedy5184
    @dampedy5184 Год назад

    it working good, but if i want to start from 0 and stop at like 1000 for a sec i added keyframe for that . but in the middle it goes in -ve numbers. any solution for that. i want to stop at several numbers like 1000, 10,000 100,000 and more. but in between it shows negative numbers

    • @nativelyornate
      @nativelyornate  Год назад +1

      Hmm, that's a strange one. Is there any easing on the keyframes? Maybe the values aren't linear so it drops in to negative numbers on a Bezier curve before heading back up to the 2nd value...?

    • @dampedy5184
      @dampedy5184 Год назад

      @@nativelyornate i fixed it and it worked perfectly. That was due to the curve.

    • @nativelyornate
      @nativelyornate  Год назад

      @@dampedy5184 Amazing! Glad to hear that :)

  • @umairshahimi4271
    @umairshahimi4271 8 месяцев назад

    Does anyone know how do I edit the fractional part? Meaning I want to write, 53,635,396.74. Apparently it became 53,635,396.00. please help

  • @praisemogbeyiro6151
    @praisemogbeyiro6151 Год назад +1

    Thanks for this. But it doesn't work for decimals😪 please how can I do it?

    • @nativelyornate
      @nativelyornate  Год назад +1

      Ahh okay, if you're needing decimals in there as well try this one:
      num = "" + (effect("Point Control")("Point")[0]).toFixed(2);
      num.replace(/\B(?=(\d{3})+(?!\d))/g, ",");
      I've just removed "Math.round" and added a ".toFixed(2)" on the end. The number in brackets here should be the number of decimal points. Let me know if that helps! :)

    • @praisemogbeyiro6151
      @praisemogbeyiro6151 Год назад

      @@nativelyornate Thank you!!!
      It worked!

    • @nativelyornate
      @nativelyornate  Год назад +2

      @praisemogbeyiro6151 Amazing! Glad we got it sorted 🙌Wish I had put that in the video.... I'll have to pin a comment here with that expression in case other people need it as well! 😅

  • @arghyadeep5738
    @arghyadeep5738 Год назад

    i dont want the commas to come in between the numbers, how to remove it ? like for 1 million i don't want 100,00,00, i want it to be 1000000 only

    • @nativelyornate
      @nativelyornate  Год назад

      Hey! You'd just have to remove the second line of the expression. So just the following:
      num = "" + Math.round(effect("Point Control")("Point")[0]);
      Hope that helps!

  • @henkesweet
    @henkesweet 5 месяцев назад +1

    What am i doing wrong? There is no number, only the text "undefined". I used this codeline:
    num = ""+Math.round(effect("Point Control")("Point"))[0]

    • @nativelyornate
      @nativelyornate  5 месяцев назад +1

      Very close to being right, but I think you just need to move one of your ) brackets to the end of the line after the square brackets like this: )[0])
      Full line here:
      num = ""+Math.round(effect("Point Control")("Point")[0])
      Does that help?

    • @NelsonBergsma
      @NelsonBergsma 4 месяца назад

      @@nativelyornate clutchhh

  • @PlisChroniclerAL
    @PlisChroniclerAL 9 месяцев назад

    what about the sound effect of numbers increasing?

  • @bhotranslation
    @bhotranslation Год назад

    Cool tutorial. Your pronunication is cool but please slow a bit down so that non-native English speaker like me will catch you up :D Thank you so much!

    • @nativelyornate
      @nativelyornate  Год назад +1

      Thanks so much for the feedback! I'll take that on board and will do my best to slow down a bit for future videos 💪Glad you liked the video! :)

    • @bhotranslation
      @bhotranslation Год назад

      @@nativelyornate Ah.. Thank you in advance. I have subscribed you. I really like your instruction. Cheers bro!

    • @TheSpacePlaceYT
      @TheSpacePlaceYT Год назад +3

      @@bhotranslation You can go to the settings and decrease the playback speed.

  • @tynnrhoas
    @tynnrhoas 11 месяцев назад

    Can this billions or trillions also??

  • @Blakemer
    @Blakemer Месяц назад

    nothing works I quit

  • @nataliebielecki3593
    @nataliebielecki3593 6 месяцев назад +2

    Dude slow down

  • @mazayaamania
    @mazayaamania 9 месяцев назад

    thank you

  • @arceganduh
    @arceganduh 4 месяца назад

    Thank you so much!