Skip to content

Instantly share code, notes, and snippets.

@amitkhare
Created June 30, 2019 06:24
Show Gist options
  • Save amitkhare/82260cbc832f842a505ec9906faef53e to your computer and use it in GitHub Desktop.
Save amitkhare/82260cbc832f842a505ec9906faef53e to your computer and use it in GitHub Desktop.
ae split each line display over time
index = timeToFrames(t = time + thisComp.displayStartTime, fps = 1.0 / thisComp.frameDuration, isDuration = false);
lines = value.split("\r");
lines[index];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment