-
Text expression selector
Guys, I have been experimenting the text animation expression selector. But there’s one thing I cannot figure out.
Let’s say I have an array:
myArray=[3,10,17,20]
and the array might get longer based on the situationI need to apply the color fill on textIndex 3-10 and 17-20 but I couldn’t figure out the code for that.
Any though how I can achieve this…Thank you in advance!