Skip to content

Instantly share code, notes, and snippets.

@leestanley
Created December 26, 2019 09:50
Show Gist options
  • Save leestanley/c71ee07066ee28b04b14469ee1b93b64 to your computer and use it in GitHub Desktop.
Save leestanley/c71ee07066ee28b04b14469ee1b93b64 to your computer and use it in GitHub Desktop.
Countdown For After Effects
rateOfSpeed = 1;
clockStartTime = thisComp.layer("Timer Duration").effect("Slider Control")("Slider");
clockTimeNumber = (clockStartTime - rateOfSpeed*time).toFixed(2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment