I watched this video 4 years ago to learn how to do it. I promised myself I will always remember how to do it! I never remember how to do it and always come back to this video. THANKS!
@Learnin55 жыл бұрын
Thanks for coming back, Lukas!
@simonwebb73915 жыл бұрын
yep why won’t this go into my head!!?
@rosario95275 жыл бұрын
Same! xD
@dipthehip5 жыл бұрын
wow me too lol
@play_north5 жыл бұрын
I'm exactly the same boat. Done it a million times. Always forget the expression. For anyone else it's: Math.round(effect("Slider Control")("Slider"))
@ehsan_shardum4 жыл бұрын
this is great! no annoying music, just pure clean talking and instructions, thnx man, keep up the good work.
@LightspeedTutorials Жыл бұрын
add text - fx: slider control = drop onto text layer. 0:58 Text layer - Source text, Alt click to open expression cmd line. 1:18 Effects - pickwhip Source text expression to Effects slider control. 1:27 Add Math.round( ) function around your auto generated expression
@Mike_Schmitz_Videos4 жыл бұрын
I've been watching this video for years. Finally, I did it without needing to watch it again. I still thought I would come back for old time sake.
@Mike_Schmitz_Videos10 ай бұрын
Update: I've forgotten how to this and now I'm back again :)
@snapicvs7 жыл бұрын
perfectly done. Quick, direct, straight to the point and simple. No extras, no explanation of extreme basics (how to create a comp, etc), no discussion of what you read on fakebook today or what you had for lunch, just a quick fast tutorial. Anyone who wants to make tutorials online, PAY ATTENTION! This is how it's done. Thank you!
@DeerNailEdits11 ай бұрын
I dont know where you are, but thank you man. Even after 8 years, this still helps
@RMigrin4 жыл бұрын
If you want it to automatically add commas: num = Math.round(effect("Slider Control")("Slider")); function addCommas(x) { return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } addCommas(num)
@dre20103 жыл бұрын
The world needs more people like you. Thank you man!
@ejamz99502 жыл бұрын
legend in the making.
@abraham65672 жыл бұрын
thanks This is the real deal!
@playroomcreative2 жыл бұрын
Thanks!!
@tshepomsimango76672 жыл бұрын
Thanks cause this shit was going haywire my man!
@labelofficial93323 жыл бұрын
If you want it to have 2 decimal points, change the code to: n = effect("Slider Control")("Slider"); d = 100; Math.round(n*d)/d
@plixplop2 жыл бұрын
Thanks you just saved me another 20 minutes of searching forums! And you can change how many decimal places by changing d to 10, 100, 1000 etc. The number of 0s is how many decimal places.
@MustafaBatu2 жыл бұрын
You are a life-saver dude. Thanks.
@TBCCullman2 жыл бұрын
What if you want it to have a comma when you get to 1,000 and up?
@adictivedesign2 жыл бұрын
and if i want a + infront?
@richardmoore98742 жыл бұрын
How do I make it go above 1 million it seems whatever number I put in over 1 million it always resorts back to 1 million.
@fcam3 жыл бұрын
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
@HarryLimezz2 жыл бұрын
Huge thanks for this!
@san6449 Жыл бұрын
❤
@californiasoul27 Жыл бұрын
My man. Just what I needed!
@GEOLVFX9 ай бұрын
Our savior! haha thanks!
@TheHiddenCardVillage3 ай бұрын
For me this worked better : x = Math.round(effect("Slider Control")("Slider")).toFixed(0); x.replace(/\B(?=(\d{3})+(?!\d))/g, " ");
@oldsingleplayer3012 Жыл бұрын
bruh, after effects never cease to amaze with it's possibiities. and thank you for this amazing tutorial!
@seannemetz48563 жыл бұрын
You are way above average in your delivery and speaking ability, more tutorials please!
THANK GOD FINALLY SOMEONE WHO GETS TO THE POINT FAST!!! THANK GOD, AND THANK YOU, Patrick
@oisin.deignan3 жыл бұрын
Woah.... Who'd have thought Roman from Succession would be such a good After Effects tutour. Thanks dude!
@AineHowToАй бұрын
8 years later and still good, quick and right to the point, amazing
@ابووليدميديا5 жыл бұрын
Math.round(effect("Slider Control")("Slider"))
@الغريب-م4م5 жыл бұрын
ما هذه اللغة يا صاح
@LividMailleann4 жыл бұрын
thx
@rice22994 жыл бұрын
thanks!
@4jp4 жыл бұрын
Math.round only gives you half of the first and last number because it changes at x.5. Use math.floor when counting up and math.ceil when counting down.
@ReelJames4 жыл бұрын
@@4jp Jeff, *THANK YOU!* Took me finding your comment to figure out how to solve my expression error when typing Math.round. You rock!
@justarthur7110 Жыл бұрын
To solve text going to the left or to the right, you have to align it in Paragraph Options.
@lucasgraveland7531 Жыл бұрын
Legend
@chencefa226 Жыл бұрын
OMG you're life saver! TQ very much for mention it! it does works for me !
@ScarlettStoorvogel11 ай бұрын
Did I learn something? Absolutely! Do I now have twelve more questions about AE? Certainly!
@TheViggokid4 жыл бұрын
Dude I literally just applauded this. I promise the hours you've saved me will be put to good use :)
@jamessteidl52604 жыл бұрын
PERFECT TUTORIAL!!! Fast and to the point. No long-winded intro. GREAT!!!
@bettyle72732 жыл бұрын
after 7 years, you are still a Legend! Thank you for a very clear tutorial and positive energy in the video
@sanlapbiswas40937 жыл бұрын
you are so much interactive. enjoyed your way of talking. That energy. subscribed
@Learnin57 жыл бұрын
Thank you! I also run a channel on everything for Premiere Pro if you'd like to check it out: kzbin.info
@wolfdogfilmes2 жыл бұрын
thanks, dude. saved my life in a job today!
@Samsonoff8 жыл бұрын
Thanks, dude, you rock! Saved me a ton of time. Subscribed.
@MoonlinerPictures3 ай бұрын
Dude, great tutorial, I have one day until I finish my first feature and I was dreading this last little effect until seeing this video.
@Adriii-hl2xd6 ай бұрын
you are amazing homie, i hope you can see that eight years later your video is still useful, thanks
@srinivasnahak34739 ай бұрын
Even after 8 years it's still so helpful!!
@169PNSL8 жыл бұрын
Most worthy 5 min of my day. Thank you very much!
@joseantoniocanorosas5 жыл бұрын
1312@242 Elizabeth AGREED
@beigeandbreeze3 жыл бұрын
Finding for so many hrs...finally, thankyou so much man, god bless you😇
@danbayat91804 жыл бұрын
I searched for easy and useful tutorial in the Net , Now i can say your tutorial is the best for this topic TNX
@jakealterman70033 жыл бұрын
I've watched this video at least 50 times and it works every time
@senzokuhlebhengu11264 жыл бұрын
Wow that's one way of earning an instant subscription, well at least for me. I subscribed before the video even ended because it was that great. Thanks man
@rachellius89212 жыл бұрын
FINALLY! This should be top result for finding how to do this, thank you!
@thinguy1tube8 жыл бұрын
Very quick and Helpful while I was in a bind on a freelance gig! Thanks Patrick! You made me much less scared of expressions in AE.
@Learnin58 жыл бұрын
Glad it was helpful. Thanks for watching!
@joshuavictor95284 жыл бұрын
I was seriously looking for Slider Controls in CS6 till I almost gave up, coz no one was explaining it out in details online (alt+Right Click), But you finally made my day's Tutorial...Thank you.
@paintingmysky2 жыл бұрын
Thank you so much!! You just saved me from spending HOURS figuring this out.
@tommy6222224 жыл бұрын
You're so funny. XD I can't tell if you love or hate doing these tutorials but either way it's hilarious. Thank you for this awesome tutorial!
@loveesther40612 ай бұрын
What a last minute saviour..thanx!
@ashantighania2256 жыл бұрын
Thank you! -Desperate animator at 4:48am.
@m3ormy5 жыл бұрын
5:40 AM
@matvte4 жыл бұрын
I feel the same as you do pal. Hope you got the job done.
@venetziagajardo73763 жыл бұрын
@@matvte 0:00
@gcosilk9874 Жыл бұрын
Thanks mate, it still so much helpful till now
@renzoquiroga50333 жыл бұрын
Man! I just saw this video, you are amazing! Nice job!
@jakelambert81512 жыл бұрын
I can quote this video, but still need it cause I'm always so close but a little off. Love this guys voice and think he is hilarious
@damon6217 жыл бұрын
First tutorial that is just clean and it works right away, thank you!
@emmanuelkrumov3 ай бұрын
Useful and to the point. Highly appreciated 💯
@doulaeiiminc74304 жыл бұрын
This video still make alot os sense like 4 years later. Thanks man
@angelag12134 жыл бұрын
Great tutorial. Still helping people even after 5 years. Thanks a lot!
@ornellasanz5750 Жыл бұрын
You are incredible, a genius explaining, I was able to do it super easy and fast, I thank you very much ! Saludos desde Argentina
@leoeditor3 жыл бұрын
I always come back to this video!!! TKS
@ivann1n5 жыл бұрын
Incredibly worthy! Thanks from Mexico
@brianrappaport3 жыл бұрын
Awesome tutorial!! Just one piece of advise, Math has to be with a capital M otherwise won't work, spent 10 minutes trying to figure it out!
@Chamokkk4 ай бұрын
thanks bro you're a gem :)
@ZakiBekakra Жыл бұрын
Thanks bro, I really needed this.
@dreamdoodlefilms19892 жыл бұрын
Thanx a lot man seriously you save my time & energy. God Bless you
@rawr-asmr2 жыл бұрын
Thank you so much, not just for the technique but the commentary as well!!! 😂😂😂
@gasmy22574 ай бұрын
Awesome! Now looking into adding a speed ramp and some motion blur
@KingKarlak Жыл бұрын
Legend, super easy to follow!
@sidharthv4 жыл бұрын
Did it in 5 minutes. Thanks bro.. 👌🏽
@NateJGames4 жыл бұрын
Thank you! Credit to @Derin İlkcan Karakoç but just so this is more visible to people, this is how you round up in k's (needed to do this for my KZbin Channel :) Math.round(effect("Slider Control")("Slider") / 100)/10 + "k"
@xXxdamonstaxXx2 жыл бұрын
I love you
@huuphuocnguyen433229 күн бұрын
Bro u saved my life, tks alot
@ellipseadrian17806 жыл бұрын
Crazy, man! Tnx a lot! Who thought this would be so easy?
@Kanoez Жыл бұрын
you're the goat man, thanks!
@จ๊ะจ๋า-ฎ2ณ Жыл бұрын
OMG this actually worked !
@theoandolaf4 жыл бұрын
How do you make your numbers aligned? Mine keep shifting as the numbers get higher.
@MichaelBlanco7 жыл бұрын
Love you man.
@daviddaywon2 жыл бұрын
You just saved a bro, thanks man
@apaloosa017 жыл бұрын
Dude! Simple and clean, AND FINALLY! The expression for the round numbers! Thanks a lot!
@BumilangitID5 жыл бұрын
Easy to understand. Thanks
@AhmedMohamed-lf1dh5 ай бұрын
I watched this video 7 years ago to learn how to do it THX
@khdijakamoun37012 жыл бұрын
I can't thank you enough, you're a life savor!
@livestreamingcoach Жыл бұрын
7 years later... THANKS! quick n easy
@wavetravelart58244 жыл бұрын
Thanks a lot for this trick, Patrick !
@dallasagencia18984 жыл бұрын
Thanks man! Subscribed and Liked!
@safetyhomeloans950 Жыл бұрын
Due to the great way of teaching and going straight to the point, you Sir!deserve a thumbs up and a new subscriber. Thank you for this wonderful video you have just earned a new subscriber take care.
@Squizoframe Жыл бұрын
That's awesome man! Thanks so much!
@dimchegcom3 жыл бұрын
Unfortunately, I can't upvote this video each time when I'm watching it and using this tip, cause it would have dozens of more upvotes!
@sachinperera1 Жыл бұрын
worth subscribing this channel
@FormulaAuthority7 ай бұрын
Thanks my man, that did a number!
@franklozano5 жыл бұрын
Thank you so much! It worked like a charm. I do have one question, is there a way to insert a comma and/or $ signs to get $100,000.00 for instance.
@kahveciderin4 жыл бұрын
use this: "$" + Math.round(effect("Slider Control")("Slider"))
@mefrompast4 жыл бұрын
@@kahveciderin what if we want counting in k...like 1k or 2k...what do we do then?
@kahveciderin4 жыл бұрын
@@mefrompast divide by 1000, then round and add + "k" at the end
@kahveciderin4 жыл бұрын
@@mefrompast Untested but should work: Math.round(effect("Slider Control")("Slider") / 1000) + "k"
@mefrompast4 жыл бұрын
@@kahveciderin IT IS WORKING! THANK YOU SOO MUCH!!!
@valentinadannunzio3 жыл бұрын
Thank you so much, this short tutorial is great! Thank you also for the little shadow tip ;) I subscribe now!
@mirzhuseynov1327 Жыл бұрын
Thank you man !! you really help !
@visionandlove36242 жыл бұрын
Amazing!! Thanks for making it so easy and fun to learn this
@LuggageHero5 жыл бұрын
You sir have a subscriber. I love the delivery of the content. Keep it up 👍🏾
@SB-gy2vx Жыл бұрын
is there anyway to add "% complete" to the same text layer? or do I have to do it in a separate layer? edit: nvm I figure it out, if anyone wants to do that (or put any other text after or even before the counter, in the same layer): Math.round(effect("Slider Control")("Slider"))+"% complete"
@bazo0ky Жыл бұрын
i copied that and it doesn't work... tried many versions of it and nothing worked can you help me out?
@chinaahpek3 жыл бұрын
Perfect! Short and sweet
@stocktalksgideon Жыл бұрын
wow... thanks dude.. really helpful
@DarknessDescend3 жыл бұрын
Thanks, dude! It helped me a lot!
@ganeshnarayan23687 жыл бұрын
YOU.ARE.AWESOME!!!
@jorgehigginson34852 жыл бұрын
Amazing, man! :D
@danielmihail972 жыл бұрын
Very hepful!!!!
@SuperTinyMagnet2 ай бұрын
you're a king TY!!
@hiimhieu23073 жыл бұрын
yoo thank you so much, funny and easy to understand, luv it
@bawpsherep3 жыл бұрын
Excellent tutorial! Thank you!
@BrWithFMJ6 жыл бұрын
Very quick but effective. Thank you very much man
@Justin_W Жыл бұрын
So simple and easy. Thanks!
@7gpanda7444 жыл бұрын
Thanks man!!!! you save my brain stress hahaha
@JoseHernandez-nd5en4 жыл бұрын
dude this is great!
@learnenglishfromscratch10894 жыл бұрын
Love this type of video, really helpful and straight to the point! Thank you so much!
@GCKteamKrispy4 жыл бұрын
Awesome man. I even learned about shadows!
@mqses7 жыл бұрын
When he says alt+y on pc at 0:37 he means ctrl+y
@sliceofmatt6 жыл бұрын
I know this video is almost 3 years old but straight to the point, and showed me exactly what I was looking for! Thanks!
@LeoBodelle6 жыл бұрын
This is great, thanks. How can you control the speed? For example, I would like to count up dates (1800 to 2018) but it needs to change slowly at the start, then speed up and then slow down again when arriving close to 2018. A bit like you would use easy ease on motion. Cheers :)