How To Create A Counting Effect in After Effects

Поділитися
Вставка
  • Опубліковано 27 лип 2024
  • Download these counter presets for FREE ➡️ bit.ly/3khZfFR
    Here are the copy and paste expressions mentioned in the video..
    Paste this after your expression to round numbers to zero:
    .value.toFixed(0)
    Paste this before your expression to give a $ prefix:
    "$"+
    Paste this after your expression to give a % suffix:
    +"%"
    And here's a link to some of the SFX used in this video:
    bit.ly/3Kt2ip5
    bit.ly/41jt0qc
    bit.ly/3ZtKHSz
    In this tutorial video, we'll show you how to create a number counting effect in Adobe After Effects. Whether you're creating a timer, a scoreboard, or simply adding some animated numbers to your project, this effect can add a dynamic and eye-catching element to your videos.
    Using After Effects, we'll guide you step-by-step through the process of creating the number counting effect. You'll learn how to create and animate text layers, use expressions to control the numbers, and apply keyframes to create a seamless and professional-looking effect.
    Whether you're a beginner or an experienced After Effects user, this tutorial is designed to be easy to follow and accessible. By the end of the video, you'll have a solid understanding of how to create a number counting effect that you can use in your own projects.
    So if you're looking to add some visual interest to your videos and learn a new skill in After Effects, be sure to watch this tutorial video and start creating your own number counting effects today! And stay to the end to find out how you can get some FREE presets as well!
    #aftereffects #videoediting
  • Фільми й анімація

КОМЕНТАРІ • 188

  • @ahmedsuleiman1130
    @ahmedsuleiman1130 Рік тому +11

    This is forever timely usage for we After Effects users. All expressions are well noted and to be used always. Keep up the good work and more subscribers to you.

  • @nickwallace2982
    @nickwallace2982 Рік тому +4

    My boy Jordy has one of the best tuts in this community. More power brother! We appreciate you always.

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

      That really means a lot Nick! Thank you so much! 😄🙏 so many more to come as well!

  • @April-xb7qs
    @April-xb7qs 2 місяці тому +1

    I literally never leave comments on any videos, but this was so clear, I just had to. It worked! Thank you

  • @shabobchik
    @shabobchik 2 місяці тому

    Exactly what I needed plus hidden extras for future projects. Straight to the point and very clear. THANK YOU - new subscriber.

  • @ronendavid8842
    @ronendavid8842 Рік тому +10

    It's like you read my mind, this is exactly what I was looking for for a project I'm working on, thanks a lot for the guide

  • @lukacrvenkovic6395
    @lukacrvenkovic6395 9 місяців тому +18

    Thank you very much for the tutorial.
    Here is code for the comma for those who need it:
    num = effect("Slider Control")(1).value.toFixed(0);
    function addCommas(x) {
    return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
    }
    addCommas(num)

  • @PrimalEdge
    @PrimalEdge Рік тому +7

    you have exceptional presentation skills, I know I've said this before, but I really enjoy your tutorials

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

      Wow! Thanks Michael! 😄🙏that actually means a lot to me! Super appreciate it!

  • @luke_nukem
    @luke_nukem 2 місяці тому

    Awesome. Every other video on this effect on UA-cam kept giving me expression errors. This is the only expression that works! Thanks!

  • @user-zi1tr5my7q
    @user-zi1tr5my7q 7 місяців тому

    Love it!!!! Thank you so much!!

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

    Helped put a fun new unique spin on the project I'm working on. Very cool video!!!🔥🔥👌🏽👌🏽👌🏽

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

    That is such a great tutorial. Thank u so much!

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

    This video came to life at the exact moment I needed it!

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

    Wow. Exact what i need. THX so much for helping us with your knowledge. Wish you the best. 🙂

  • @John-sp9if
    @John-sp9if Рік тому +1

    I was just thinking why it can't have a drag and drop preset. Thank you so much for helping the small editors by making the preset free. This preset is a must have.

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

    Super helpful!!! Thank you

  • @bibuedits
    @bibuedits 6 місяців тому +1

    Adamın dibi You are best bro 🥰

  • @bookssummaries2023-mp3yy
    @bookssummaries2023-mp3yy 11 місяців тому

    Great stuff thank you.

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

    Thanks for this simple guide!

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

    This is actually insanely useful, thank you so much

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

    SUPER HELPFUL!!! Thank you so much bro, you don't know how much you've helped me learn after effects and premiere pro, your a blessing

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

    many many thanks . You help so many people by making this useful videos .

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

    my favourite after effects tips so far

  • @Wieringenn
    @Wieringenn 7 місяців тому +11

    In After Effects, to ensure that numbers always display with two digits, with a leading zero when the number is less than 10, you can use this expression on the Source Text property:
    // Get the value from your slider control
    var num = Math.round(effect("Slider Control")("Slider"));
    // Check if the number is less than 10 and add a leading zero if necessary
    num = num < 10 ? '0' + num : num;
    // Output the number as a string
    num.toString();
    Thank me later!

    • @phn2017
      @phn2017 2 місяці тому +1

      it's help me a alot, thank you!

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

    This is SO USEFUL, MAN! Thank you so so so so so much!

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

    Wooow very needed tip ❤

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

    Thank you!

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

    Amazing, you've helped countless animators including my self.

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

    Best explanation ever

  • @Dancing_Alone_wRentals
    @Dancing_Alone_wRentals Рік тому +2

    Geez-o-flip! I didn't understand a single thing ....
    ...but, the editing was fantastic. I was standing in the LIKE line before the video was half way through. tHanks for a great video!

  • @mr.drumstick
    @mr.drumstick Рік тому

    Best timing ever! Thank you!

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

    Love your videos, nice and simple, easy to understand, you earned my subscribe

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

    Simple and easy to follow

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

    Hey thanks for this ! Needed it

  • @danielgallo2204
    @danielgallo2204 2 місяці тому

    thanks, you saved my day

  • @PrabhatKumar-bf3lz
    @PrabhatKumar-bf3lz Місяць тому

    @Motion Array Tutorials Great tutorial. 👏👌

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

    You my friend make it sooooo easy, keep inspiring 😇

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

    Great tutorial 👌

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

    Thanks brother. Very good video👍

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

    thank you.

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

    Thank you so much😍

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

    Amazing thank you

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

    Helpfull❤

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

    You're awesome brother, I love you

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

    Bruh, this was a life saving. Thanks a lot bro.......
    You're amazing💚💚

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

      You're welcome! So happy it was helpful! 😄🙏

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

      @@MotionArrayTutorials
      Wow😱
      Can't believe you replied, you're so humble bro. Love from another part of the earth 🇧🇩(Bangladesh)
      💚💚

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

    thankful

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

    Awesome 👍

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

    It's veary useful, thx

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

    Thanks!

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

    awesomee

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

    Thank you

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

    love this, used the same function to count down but had to keyframe each number as the expression would add a "-" in negative space. Is there an expression to remove the "-" when counting down?

  • @botie38
    @botie38 2 місяці тому

    love how friendly this guy sounds when guiding me throughout the process. Love this Vidoe!!!

  • @thisischaniece
    @thisischaniece Рік тому +4

    Helpful, but how do I add a 0 in front of the single digit numbers so when they transition to double digit (11,12) it doesn't shift over to the right? I'm trying to keep it inside of a circle and it looks odd.

  • @PlisChroniclerAL
    @PlisChroniclerAL 8 місяців тому +1

    Can you please recommend a sound effect of numbers quickly increasing ?

  • @The_real_angle
    @The_real_angle 9 днів тому

    Reason why i love UA-cam :redheart:

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

    I love how this is 4 minutes of how to do it without the presets, even though this is the video tutorial link that comes with the presents.

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

      Knowledge is power 😄 And knowledge plus free stuff is even better IMO

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

    Great video! I owe you some "doll ers" lol

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

    Best video

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

    Life saving tips

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

    Can you also point to the sound effect for counting up

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

    Could you please tell me what formula to use so it starts the count from 1 instead of 0? Thanks a lot! Great video

  • @harrysmith6131
    @harrysmith6131 Рік тому +4

    I like the effect of your headshot video bubble. Is that a plugin?

    • @MotionArrayTutorials
      @MotionArrayTutorials  Рік тому +2

      Ooh, no it's not but that's a great idea 😄 I should make one

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

      I thought that was cool also. Perfect to see the speaker just at the moment I was contemplating what was said. Cool editing!

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

    what is the sound effect is called u used on the countdown animation ?

  • @caleb.justice
    @caleb.justice 5 місяців тому

    Is there a way to add an effect when the numbers change? Like a slide-down/fade-out? Or just a fade in and out? Thanks!

  • @nickjames5602
    @nickjames5602 9 місяців тому +3

    Thanks so much for this fantastic, fast, and easy to understand tutorial. The only problem with the "slider control" effect is that it can only count up to 1 million. I understand you need to use the "point control" effect for that. But when I apply that same code to "point control" it doesn't work. How would I use your method to count up to 1 billion for example?

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

      Here is the ending of a youtube video link. This video explains how to do over 1 million: v=Nguzk2Fb2vo

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

    any idea on how to remove decimals and add commas at the same time?

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

    ❤!

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

    I have problem of changing the font of those numbers. Some special font does not work. It always became the same font. Really appreciate if you can help.

  • @mickeygamer7468
    @mickeygamer7468 10 місяців тому +1

    How do you make this counting-up sound effect?

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

    is there any chance to slow down the countdown toward the end? cheers

  • @user-vw4yu4qc3d
    @user-vw4yu4qc3d 2 місяці тому +1

    how will i add the symble in the front of the numbers

  • @connornewell8041
    @connornewell8041 10 місяців тому +1

    What's the code I need if I only want it to count by hundreds? I'm counting from 500-6200 and dont want it to count every single number, only every 100.

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

    Thank You! How about adding a comma?

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

    hey great tutorial!
    When i click the graph iconm I get the graph in units ie i can alter in how many units it counts. However, I want to influence the units/2 like in the video. I don't know how I can go to the graph in the video, ive otherwise followed all the steps correctly. Does anyone know?

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

      i found the answer. When you right click on the graph (not the graph button! thats where i went wrong) you can select if you want it counting in units or in speed

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

    Cool, but now how do I get it into Premiere?

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

    Can I make this counting-up animation on a DDR4 with 8 GB of RAM?

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

    can you do this in pr?

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

    thnx but I have a question
    if I need to use word ad suffix but I need the suffix to be in the second line
    like that :
    140000
    customer
    can I do it ?

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

    what if i want to add 3 zero, so start not from 0 but 000 and then 001,002,etc?

  • @user-kh7jx8sh1m
    @user-kh7jx8sh1m Рік тому

    Can you please share the SFX used in counting effect (or how to make it ourselves) it would be a great help

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

      For sure! It was actually multiple layered SFX combined together, I'll have to go back and check but I think at least this was one of them - tinyurl.com/y4vxpes8
      I also use a bicycle sound effect for a lot of counting stuff as well - tinyurl.com/rea7erun

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

    Nice tutorial!
    I have two questions:
    1. I want the Numbers to go down instead, How do I do that?
    2. I want another starting and end points, eg. from 1500 down to 500. How do I change that?

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

      just keyframe that. at the beggining set 1500 and at the second keyfrae set 500. thats it! the same for 1st question

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

    Heya, what's the counting up sound at 0:01?

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

    Any DAY countdown timer????

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

    where can i find sound effects for this?

  • @user-ko5gc2iv3y
    @user-ko5gc2iv3y 7 місяців тому

    what is the name of the font you have used at 0:16 seconds.

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

    Is there a way to change the color within certain ranges, say you want 1-40, red. 41-70 yellow, 71-100 green?

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

      just animate tint effect

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

    So once I import this into my Premiere Pro project, how can I keyframe the counter so it doesn't continuously count? For example, if I score a goal, I want the counter to go up by 1, but right now it looks as if the only way to do this in Premiere Pro is by cutting & pasting. Thanks!

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

      Hey, good question, but if you actually just want to change your stats by 1 number and they don't change often I actually find that cutting and pasting works well. Maybe I'm misunderstanding your question but this effect I show works best for large numbers where you want to go through a lot quickly

  • @techskillsonline2596
    @techskillsonline2596 8 місяців тому +1

    Great job!! But Adding "+" as a prefix did'nt work, Any fix to that??

    • @thaaer_shaabo3130
      @thaaer_shaabo3130 5 місяців тому +1

      same for me, it seem to be the lastest update of ae2024 didn't support it, i try it before on 2022 it work just fine.

    • @uxdeya7660
      @uxdeya7660 2 місяці тому

      happens to have the same problem trying to edit the expression in the source text not the slider editor

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

    Or use the numbers effect, which is much easier

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

    How did you do the clicking effect 4:38

  • @fruitpunch5260
    @fruitpunch5260 Рік тому +2

    How can I get my number in the billions? It seems i'm only allowed 6 zeros, I need 9

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

    I discover I use I validate however when I place a character after the number it moves according to the format of the number it's very unpleasant

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

    Can the preset be used in premier pro ?

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

    can you do this on i movie? if not can you make a video on a free video editor tool like i movie. Thanks

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

      We don't really work with iMovie, to be honest 🤐

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

      @@MotionArrayTutorials a free editing tool that can do this animation. i'm only interested in the counting animation

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

    Anybody knows how can I add the commas in longer numbers animations like 15,000,000 I only managed to put a dot after 15?... ugh After Effects has nothing to do with Premiere Pro, it's annoying.

  • @Woolwoven
    @Woolwoven Рік тому +2

    So is the effect FREE or not?

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

    Anyone know how to change the format to euros? ie. 43.300,38

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

    This is so brilliant but how do I start from 5000000 to 0?

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

    Can we do it in premiere?

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

    10x for zooming content, very rare thing