How do you: Use a custom "Based on" range selector to animate groups of words
Hi there,
I'll explain my problem:
I have moderate knowlege on using Text animators on After Effects. I have a text layer in which I've added an Opacity Text animator to get words to appear one by one. However, my paragraph is full of names, where sometimes the name is only 1 word, 2 words or 3 words. Shame about this is that when I'm using the text animator, names with 2 words show their words at different times, despite me wanting to animate each ord to appear at random. (Screenshot1 attached)
For example: In the second line there is a name called "Ariane V" However the V shows up first whist the word "Ariane" shows up later.
I still want each name to appear at random. I've looke at Regex and the split() function, but I have no idea where and how I can link it to the "Range Selector" in the category "Based On" (Screenshot2 attached)

I've tried linking
words = text.sourceText.split("•")
to the Source text. that didn't work.
Also tried

If anyone knows an expression and where I could put it so that I can achieve each name popping up at random, rather than one word, my appreciation would be plentifold. To basically get to this point:

Thank you for taking the time to read this 🙂
