yes, I wanna know how to add a dot after 3 numbers (like 1.000.000) and how to use more numbers (instead of starting at 0, start at 00, and go like 01, 02, 03 and on. or 000, or even 0.000)
Is there any way to have the numbers centered? So that when an additional digit appears the whole expression moves to the left. I have tried the align feature and the anchor point but nothing works.
Is it possible to add in a comma after the third digit, once it gets there. i.e. you count from 1 to 1,400 but I want the "," to appear when appropriate...?
I have a question. You showed ways to add symbols in front and at the end of the numbers. But is there a way to add something in between. I wanted to do a animation of a scale line going up for a piece of lumber. I want it to look like 1'10" (1 foot 10 inches). Is there a way to change the decimal to a foot symbol.
If you change the paragraph setting to the text layer itself to be centered, then the count up should behave the same way :) Kinda like if you change the font or any other text property
i love you bro you solved my big problem . i taken project from supreme surf company ad this was the lst animation which was left and now it is solved thanx bro
hello, i'm a newbie but this error isn't because you are using spaces between " and +?.. i tried right now and worked. in my case i use the plus sign: ...... "+"+effect(" ....... all together. i don't know, maybe this is your problem too. sorry my english
Hi there, I am late to the party. I would like to know if you could tell me how I would create a space, instead of a comma after my thousands. i.e 0 to 80 000. My slider works perfectly, but I don't know how to alter the expression to add that space once it hits the thousands. Please if you could assist, that would be super amazing. Kindest regards
for triple digits counter animation effect in #aftereffects x=Math.round(effect("Slider Control")("Slider")).toFixed(0); while (x.length < 3) x = "0" + x; x
Hi. Thanks for the tutorial. If I want it to count faster for the first X seconds and then slow down, is it possible to use this technique and edit the expression in some way?
Same as any other animation, ease the key frames and change the velocity percentage untill you get the effect you're after. Not sure if there is a way to do it in expressions but this is what I did and looks fine.
Loved this! I really needed this about 5 months ago for a date/calendar loop. It's really difficult to find a tutorial for this expression out there. Saving this for next time, thank you!
Awesome video. I have a question, is there a way to set the max value to something higher than 1,000,000? and can I also remove the decimal places when counting, so only have whole numbers? Thanks!
I know the question is one year old but it might help others. The slider has a max of 1,000,000... If you want to go beyond that, you can use the point controller, link the text to one of the axis like the X-axis and add the keyframes. This would make your number go beyond the 1,000,000 mark. All the best!
@Lindsey Connors I found this: th-cam.com/video/5WJmrYMifW8/w-d-xo.html Instead of Slide Control use Point Controller - works for any number... Slide Control is limited up to 1 Million.
This was amazing and easy! I have been trying to figure out how to do this for the past two days. After consistent searching for automated number counters, this video came in handy. Thank you!
Hey thank you so much for this tutorial! I really appreciate it. I just wanted to ask when I follow the expression to include the percentage, only at 0 does it have the percentage sign, the other numbers don't. What's the best way to fix this, and why does it happen? Thank you!
Hi, I have a question for you. In this exemple, how can I stop a random in a number? what is the expression to do that? I´m working with this expression: posterizeTime(2); random(1,41).toFixed(0)+"%"; And I need to stop in 40. How can I do that? Tnkx a lot
Thank you very much... You really nailed on what I was trying to accomplish... other tutorials use the MathRound function but for long counters (100 in the span of 3 or 5 minutes..) things start to get out of sync really quick. Thank you again.. im suscribing. :D
Thanks for watching guys, I really appreciate the support!
Do you guys want to learn more about expressions?
Great tutorial thanks man
yes!
yes, I wanna know how to add a dot after 3 numbers (like 1.000.000) and how to use more numbers (instead of starting at 0, start at 00, and go like 01, 02, 03 and on. or 000, or even 0.000)
Is there any way to have the numbers centered? So that when an additional digit appears the whole expression moves to the left. I have tried the align feature and the anchor point but nothing works.
Click on paragraph left and it stabilised it for me
Is it possible to add in a comma after the third digit, once it gets there. i.e. you count from 1 to 1,400 but I want the "," to appear when appropriate...?
how would you make it look like minutes?.... like 5:57. so I'd need to add in the : between numbers.
Awesome tutorial, thank you! How do you enable commas in that expression? To display for example 10,000 as opposed to 10000? Thank you in advance.
Yes, please-did you get an answer? I need this NOW!
Found this: th-cam.com/video/5WJmrYMifW8/w-d-xo.html
Hi! How can I add a colon (:) between the digits? Like 06:00... Thanks!
I have a question. You showed ways to add symbols in front and at the end of the numbers. But is there a way to add something in between. I wanted to do a animation of a scale line going up for a piece of lumber. I want it to look like 1'10" (1 foot 10 inches). Is there a way to change the decimal to a foot symbol.
Any way to add a comma to numbers over 1,000?
very nice tutorial thank u so muchh
I greatly appreciate this tutorial! Is there a way to keep the numbers centered as they increase?
I believe if you move the anchor point to the middle it’ll recenter itself.
If you change the paragraph setting to the text layer itself to be centered, then the count up should behave the same way :) Kinda like if you change the font or any other text property
Simple. Thank you so much for this clear tutorial!
what if I want my counter start with a double zero (00) rather than 1 zero?
also want this
THANK YOU SOOOOOOOOOOOOOOOO MUCH, i was trying a lot of complicated solutions, so thank you, you made my day!
cool video. But i have a question: the percentage icon suddenly disappears when it reaches 100. what could be the problem? thanks for the reply.
i love you bro you solved my big problem . i taken project from supreme surf company ad this was the lst animation which was left and now it is solved thanx bro
Wow! A tuturial direct to the point! thanks!
Super helpful, thanks so much!
how do I fix the decimal point in place so it never moves?
thank you so much this was helpful and short
I'm getting an error: invalid numeric result (divide by zero) every time I try to input "$" + effect("Slider Control")("Slider").value.toFixed(0);
hello, i'm a newbie but this error isn't because you are using spaces between " and +?.. i tried right now and worked. in my case i use the plus sign: ...... "+"+effect(" ....... all together. i don't know, maybe this is your problem too. sorry my english
How do I add a thousands seperator?
Thank you very much, you save my evening.
Can we do this in a website which already has numbers ? And want to run those numbers by editing , if so how ?
Can you please tell
Prob a shot in the dark given the age of this video, but how would you do this if you wanted it to read as a digital clock?
Is there are way to put a Character before the negative if a number goes to negative?
Can you set this to skip numbers? Like count down by every n numbers instead of just regularly by 1
You’re the best. Simply the best, as Tina would say.
Any way to add a comma once the number gets to 1,000?
@Lindsey Connors no
its not creating an expression when I click on the clock icon next to source text
thank you so much for this tutorial!
Can we animate with easy ease?
How do you add a comma after thousands, or hundreds thousands
Hi there, I am late to the party. I would like to know if you could tell me how I would create a space, instead of a comma after my thousands. i.e 0 to 80 000. My slider works perfectly, but I don't know how to alter the expression to add that space once it hits the thousands. Please if you could assist, that would be super amazing.
Kindest regards
for triple digits counter animation effect in #aftereffects
x=Math.round(effect("Slider Control")("Slider")).toFixed(0);
while (x.length < 3) x = "0" + x; x
Thank you so muchhhhhh
Awesome succinct tutorial on this. Thanks for the info!
I want my % symbol after the number to be smaller, superscript How do I do this?
Samsies, could you help with this?
How do I make it in After effects so that the % doesn't shift to the right when it counts up from 9 to 10?
hey, thank you for tutorial! one question: is it possible to make a counter like that with data from an excel table which is not proportional?
Thank you for this Tutorial
Great video dude. Detailed and easy to follow. Saved this in my playlist for After Effects for whenever I need it. Keep going dude!
Packed Review Thanks man! Always happy to help.
Hi. Thanks for the tutorial. If I want it to count faster for the first X seconds and then slow down, is it possible to use this technique and edit the expression in some way?
Same as any other animation, ease the key frames and change the velocity percentage untill you get the effect you're after. Not sure if there is a way to do it in expressions but this is what I did and looks fine.
Great explainer!! Thanks a lot!
Loved this! I really needed this about 5 months ago for a date/calendar loop. It's really difficult to find a tutorial for this expression out there. Saving this for next time, thank you!
Mark Erickson Very cool! Glad to help!
Everything worked great for me, except the dollar sign. What am I doing wrong? Has this changed in AE 18.2.0?
Thank you for sharing bro'! Clear, concise, and direct to the point. U R Z Best!
Awesome video. I have a question, is there a way to set the max value to something higher than 1,000,000? and can I also remove the decimal places when counting, so only have whole numbers? Thanks!
I know the question is one year old but it might help others. The slider has a max of 1,000,000... If you want to go beyond that, you can use the point controller, link the text to one of the axis like the X-axis and add the keyframes. This would make your number go beyond the 1,000,000 mark. All the best!
@@Jarbrain Hey! Thanks for the response regardless of time. I should've commented my solution at the time bcI did figure out a similar way to do it
How it is work on After Effect CS6 version
so quick and concise. great video, thanks.
Awesome video! Thank you for the simple explanation
How to do this in a website ?
Dude, ure the bomb. Every aspect I needed in my percentage counter you covered!
for me when i count it up the text slides to the right, due to the increase in digits. how do i keep it centerd. PLEASE HALP AH THIS IS SO ANNOYING
Please tell me motion graphics
Great Stuff. Also is there a way to make this incremental value follow a path of a bar chart using a trim path\slider?
How do i animate a number counter with a comma? Please!!!!!
I wondered that too! Just hoping the client doesn't say she wants a comma.
@Lindsey Connors I found this: th-cam.com/video/5WJmrYMifW8/w-d-xo.html Instead of Slide Control use Point Controller - works for any number... Slide Control is limited up to 1 Million.
Best of em all
Thanks!
This was amazing and easy! I have been trying to figure out how to do this for the past two days. After consistent searching for automated number counters, this video came in handy. Thank you!
thanks! very easy to understand
Hey thank you so much for this tutorial! I really appreciate it. I just wanted to ask when I follow the expression to include the percentage, only at 0 does it have the percentage sign, the other numbers don't. What's the best way to fix this, and why does it happen? Thank you!
Your text box is too small, the percentage sign is simply getting cut off
Had that happen when i was playing with some bigger numbers
I want my counter to start with a double zero (00) rather than a single zero? How can I do it?
Hi, I have a question for you. In this exemple, how can I stop a random in a number? what is the expression to do that?
I´m working with this expression:
posterizeTime(2);
random(1,41).toFixed(0)+"%";
And I need to stop in 40. How can I do that?
Tnkx a lot
Awesome tutorial... really on point :)
Super helpful! Thank you for getting right to the point
really simple and helpful video thank you so much
Thank you, easy and simple
What about showing how to animate the red ring going around it as well while it counts up? 🥺
If you follow my animated arrows and lines I show you how to use trim paths. You can use that for this circle effect.
@@TechInfusion ok, thanks I'll have to look thru your channel and find it. This video was the first that popped up on my recommendations.
Hello, thank you very much... It helped me a lot, fast and great
Awesome video, thank you! Is there a way to add a comma for a 6 digit number?
Try using this expression:
countTotal=57000;
textBefore = "$";
textAfter = "";
n="" + Math.round(effect("Slider Control")("Slider")*countTotal/100); s="";
for(i=0, l=n.length;
i
@@TechInfusion I got "expression error" when I tried this
How do I make the numbers go up by 4 per second? Is there an expression? Thanks :)
how about if i want to start with 2 digit?
Genuine person and video
This was awesome! thank you so much :)
Super helpful thanks
THANK YOU!
I couldn't add a symbol, idk why, I'm using CC 2020
Thank you SO much! A beautifully done and economical tutorial!
Thanks, this helped me alot.
Thanks for the quick tip!
Math.round(effect("Slider Control")("Slider"))
My after effects its in Portuguese, i am having dificulties to find the right expression, i guess in english doesnt work, someone help please
It doesn't work for me. I keep on getting an error.
this best video. thanks man
This was amazing thanks alot
Thank you very much... You really nailed on what I was trying to accomplish... other tutorials use the MathRound function but for long counters (100 in the span of 3 or 5 minutes..) things start to get out of sync really quick.
Thank you again.. im suscribing. :D
Thanks! I have seen other ways to do it, but the expression didn't work. So thx (:
Super Easy and Highly Recommend.
Perfect thanks!
Thank you a lot!!!!!!!
Awesome video man! Can this be played for something like a timer? I feel like I can use this for a "starting soon" timer on my live streams!
RuskieTech Yes! You can make countdown timers. And you can make it do a whole bunch of cool effects.
@@TechInfusion Nice!!
Thanks So Much
Nice one mate! Very effective (Throwback to pokemon for gameboy) You are a star!
thank you thats helped me
I just get NaN...dont know what happened but for some reason this expression no longer works..i mean the $ symbol does not work... oddly
same here I don't understand
Thank you :)
Great. Thank you.
Thank you!
Fantastic, thank you!
Thanks
amazing