how can I alter this After Effects CC typing text expression to make time changes???
I recently discovered this youtube tutorial (https://www.youtube.com/watch?v=FRaZaGFPW4o) showing how to use an After Effects CC expression to animate type on text. For example:
toShow = "John Smith \rHuman Resources"
text.sourceText = toShow.substring(0,time*20)
What does "(0, time*20)" refer to? The expression is great, but when I move the typing text layer forward in time, the animation cuts off. I need the expression to be more flexible. How can I change this expression so that I can move the typing text layer anywhere I want on the timeline and not have the typing text get cut off? And is there a way to alter the expression so that I can pause the animation for 1 or 2 seconds before the second line types out? Thank you in advance for any help. I reached out to the person who posted that video but haven't heard back from him, so I thought I'd ask here.

