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)
Thank you for the code. The $ sign might disappear after entering this code, so here’s the updated version of it: num = effect("Slider Control") (1).value.toFixed(0); function addCommas(x) { return x.toString().replace(/\B(?=(\d{3})+(?! \(d))/g, ","); } "$"+addCommas(num)
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.
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!
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!
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.
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.
hey, great tutorial! Can you somehow align the counter to the left or right, so it doesn't jitter while counting? (it moves horizontally depending on the glyph width) It's kinda distracting now
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?
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?
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.
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?
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
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.
My boy Jordy has one of the best tuts in this community. More power brother! We appreciate you always.
That really means a lot Nick! Thank you so much! 😄🙏 so many more to come as well!
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)
thanks Man!
Thank you!
Exactly what I was looking for. Thank you.
Thank you for the code. The $ sign might disappear after entering this code, so here’s the updated version of it:
num = effect("Slider Control")
(1).value.toFixed(0);
function addCommas(x) {
return x.toString().replace(/\B(?=(\d{3})+(?!
\(d))/g, ",");
}
"$"+addCommas(num)
Thanks
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
Awesome! 😄 Glad I could help! Good luck with the project!
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.
Thank you so much! That means a lot Ahmed! Thanks! 😄
thanks alot mate, cant remember how many times i came back to your video just to remember how to fix the values for round numbers 🤗
you have exceptional presentation skills, I know I've said this before, but I really enjoy your tutorials
Wow! Thanks Michael! 😄🙏that actually means a lot to me! Super appreciate it!
I literally never leave comments on any videos, but this was so clear, I just had to. It worked! Thank you
Adamın dibi You are best bro 🥰
my favourite after effects tips so far
Wow! 😄🙏Thanks so much! That makes me so happy!
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!
So glad you enjoyed it! 😄🙏
Excellent description and pace!
Amazing tutorial
This is the best lesson on the topic!!! ❤❤❤
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!
it's help me a alot, thank you!
"0"+ expression haha
many many thanks . You help so many people by making this useful videos .
Wow! Thanks so much for saying that! It's my pleasure 😄
Thanks man!!
Thanks for the tutorial! so clear and so easy to follow
This video came to life at the exact moment I needed it!
I’m SO happy to hear that 😁🙏🏻
Exactly what I needed plus hidden extras for future projects. Straight to the point and very clear. THANK YOU - new subscriber.
Simple and easy to follow
Thanks for the quick tutorial. Super helpful!
Amazing, you've helped countless animators including my self.
I'm so happy to hear! 😄🙏 That just made my day!
Wonderful! Thank you so much for this great and easy explanation! It was very helpful.
it's cool that they have JS built right into AE. As a self proclaimed software engineer, this really makes the software limitless
Great video, thanks!
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.
Thanks John! So glad you liked it! 😄🙏
Thanks for this simple guide!
Any time! 😄🙏 My pleasure!
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
Happy to hear that! 😄 So glad I could help out!
That was good ❤
This is SO USEFUL, MAN! Thank you so so so so so much!
Totally my pleasure! 😄🙏Glad it helped!
Awesome. Every other video on this effect on RUclips kept giving me expression errors. This is the only expression that works! Thanks!
Helped put a fun new unique spin on the project I'm working on. Very cool video!!!🔥🔥👌🏽👌🏽👌🏽
Love it!!!! Thank you so much!!
Wow. Exact what i need. THX so much for helping us with your knowledge. Wish you the best. 🙂
what is the name of the font you have used at 0:16 seconds.
so useful ... thx man
That is such a great tutorial. Thank u so much!
Can you please recommend a sound effect of numbers quickly increasing ?
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.
Thanks for the presets
This is actually insanely useful, thank you so much
Awesome! So glad it was helpful! 😄
Super helpful!!! Thank you
Thankyou!
Bless you, sir!
Hey thanks for this ! Needed it
Awesome! Happy to help!
Best explanation ever
Thanks for the tutorial. It's really helpful. How do I make the $ sign smaller than the figures that are changing?
Love your videos, nice and simple, easy to understand, you earned my subscribe
Awesome, thank you so much! Welcome to the team! 😄🙏
You my friend make it sooooo easy, keep inspiring 😇
Thanks so much, that's good to hear!
Thank you!
@Motion Array Tutorials Great tutorial. 👏👌
thank you so much! was confusing before
Wooow very needed tip ❤
Heya, what's the counting up sound at 0:01?
Thank you :)
Great stuff thank you.
Great tutorial 👌
Glad you think so! 😄🙏
Bruh, this was a life saving. Thanks a lot bro.......
You're amazing💚💚
You're welcome! So happy it was helpful! 😄🙏
@@MotionArrayTutorials
Wow😱
Can't believe you replied, you're so humble bro. Love from another part of the earth 🇧🇩(Bangladesh)
💚💚
You're awesome brother, I love you
Thanks for watching! 🙂
I like the effect of your headshot video bubble. Is that a plugin?
Ooh, no it's not but that's a great idea 😄 I should make one
I thought that was cool also. Perfect to see the speaker just at the moment I was contemplating what was said. Cool editing!
I love this GUy
Best timing ever! Thank you!
You're so welcome! 😄
thanks, you saved my day
Thanks brother. Very good video👍
So glad you liked it! 😄🙏
what is the sound effect is called u used on the countdown animation ?
Can we change the size of that percentage little bit smaller then number? please reply when you see
Great video! I owe you some "doll ers" lol
Awesome! Thanks Mark! 😄 So glad you liked it!
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.
Knowledge is power 😄 And knowledge plus free stuff is even better IMO
Can you also point to the sound effect for counting up
Amazing thank you
No problem 😊
Awesome 👍
Thank you! Cheers!
Thanks!
You're welcome! 😄🙏
Helpfull❤
Could you please tell me what formula to use so it starts the count from 1 instead of 0? Thanks a lot! Great video
It's veary useful, thx
You're more than welcome! 🙏
hey, great tutorial! Can you somehow align the counter to the left or right, so it doesn't jitter while counting? (it moves horizontally depending on the glyph width) It's kinda distracting now
Life saving tips
Glad you liked them! 😄
I watch your all video
How do you make this counting-up sound effect?
Amazing video! I just have a quick question- I couldn't find this in any video. How should the expression be if I want the counting to go 100 by 100?
thankful
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?
Here is the ending of a youtube video link. This video explains how to do over 1 million: v=Nguzk2Fb2vo
thank you.
Thank you
You're welcome 😄
how will i add the symble in the front of the numbers
where can i find sound effects for this?
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!
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?
awesomee
Thank You! How about adding a comma?
I found my answer below! ;)
Found it
0:51 I dont have the "little spiral" , i cant find any solutions on internet If someone can please help me
did you find a solution?
@@philipxrlyes but I dont remember how lmaoo
How did you do the clicking effect 4:38
dude, its a sound effect
Great job!! But Adding "+" as a prefix did'nt work, Any fix to that??
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.
happens to have the same problem trying to edit the expression in the source text not the slider editor
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.
any idea on how to remove decimals and add commas at the same time?
Best video
Thanks so much! 😄🙏That makes me so happy to hear!
love how friendly this guy sounds when guiding me throughout the process. Love this Vidoe!!!
can you do this on i movie? if not can you make a video on a free video editor tool like i movie. Thanks
We don't really work with iMovie, to be honest 🤐
@@MotionArrayTutorials a free editing tool that can do this animation. i'm only interested in the counting animation
So is the effect FREE or not?
The effect is free 😄
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?
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
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.