-
Linking Array data to text Animator on reveal text word by word
Hey,
I have an array of time values in milliseconds on a text layer named timevalues: [6.297, 461.507, 734.1606, 1613.1759, 2069.2254]
I have another layer with myText: “Mary has a little Lamb”
I added an Animator to the text layer. I’ve set the Units To Index, and the Based On to Words.
So whenever I increase the “Start value” to add a new word to the text reveal as I want to show the text word by word at a specific time.
I want to use the milliseconds from the array to map the time of revealing the word at the time specified.
To show up the first word at “6,297” milliseconds, the second word at 461,507 milliseconds and so on…
Can anybody help me with this script?
I can’t figure out a way to make it work…