In this video I am going to show you how to get the "Number counter animation" in After Effects using Slider control effect. It is a very easy and quick tutorial so watch till the end and I am sure, that you are going to learn something interesting from this one ▶
Expression used to remove decimal places - .value.toFixed()
Expression for 1 decimal place - .value.toFixed(1)
Expression for 2 decimal place - .value.toFixed(2)
And so on, you know the trick 😉
Expression used to add the "Amount =" before the number - "Amount ="+ .value.toFixed()
Make sure to leave a one space gap between plus and dot.
Hope you will like this one :)
If you do, then please consider subscribing to my channel and leave a like 😁
Stay tuned ▶