Skip to content

Instantly share code, notes, and snippets.

@MarissaJ
Created November 11, 2019 16:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarissaJ/8aea2a1914fcd0f18cd7bd12464d99b6 to your computer and use it in GitHub Desktop.
Save MarissaJ/8aea2a1914fcd0f18cd7bd12464d99b6 to your computer and use it in GitHub Desktop.
Animate Numbers Counting Up in After Effects
start=parseInt(thisLayer.text.sourceText="0");
end=parseInt(text.sourceText);
val=Math.round(easeOut(time, startTime, 4,start, end));
@MarissaJ
Copy link
Author

MarissaJ commented Nov 11, 2019

Count up numbers on a text layer in Adobe After Effects. This is basic code with no commas in the text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment