Skip to content

Instantly share code, notes, and snippets.

@psql
Created January 15, 2013 02:41
Show Gist options
  • Save psql/4535578 to your computer and use it in GitHub Desktop.
Save psql/4535578 to your computer and use it in GitHub Desktop.
Upload counter expression for After Effects
uploaded = Math.round(time *15 -30 )
text.sourceText=uploaded+'%'
if (uploaded>100){
text.sourceText ='UPLOADED!'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment