Skip to content

Instantly share code, notes, and snippets.

@anthonyeden
Created July 21, 2019 08:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anthonyeden/16d7f1e7fa9efbfa4f6da39e57e7a3f0 to your computer and use it in GitHub Desktop.
Save anthonyeden/16d7f1e7fa9efbfa4f6da39e57e7a3f0 to your computer and use it in GitHub Desktop.
Adobe After Effects - Countdown Expressions
st = 300;
t = st - time;
c = timeToTimecode(t);
c = c.substring(4,8)
c
st = 60;
t = st - time;
c = timeToTimecode(t);
c = c.substring(6,8)
c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment