-
Isolating individual lines of text within a textfield.
Hello
I’m looking for a way to isolate individual lines of text inside a multi-line textfield so each line is animated separately.
I have an input field where the client can enter text on a single layer, with multiple carriage returns. For example: if a block of text that has 4 lines, I would like the 4 lines to animate on separately (offset in time).
One way I was thinking is having 4 identical text layers each copying sourceText from the input field (4 is the maximum lines my project can accommodate), each with one line visible using range selector controlled by Expressions. Then I can use keyframes to animate each line separately.
So if this method is sound, then I would like to learn a way to set the Start and End of each Range Selector as such: 0-the 1st ‘/r’, 1st ‘/r’- 2nd ‘/r’… and so on.
Thank you so much for your time, this forum has saved my butt more times than I can count.
Dennis