Created
June 30, 2019 06:24
-
-
Save amitkhare/82260cbc832f842a505ec9906faef53e to your computer and use it in GitHub Desktop.
ae split each line display over time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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