Created
November 11, 2019 16:18
-
-
Save MarissaJ/8aea2a1914fcd0f18cd7bd12464d99b6 to your computer and use it in GitHub Desktop.
Animate Numbers Counting Up in After Effects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start=parseInt(thisLayer.text.sourceText="0"); | |
end=parseInt(text.sourceText); | |
val=Math.round(easeOut(time, startTime, 4,start, end)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Count up numbers on a text layer in Adobe After Effects. This is basic code with no commas in the text