-
Range Selector based on whole text
Hey, I’m trying to make an animation for a speciefic part of my text set by Expression Selector. And using Range Selector I can only choose between characters, words and lines. Unfortunately, there is no “whole text” option.
Animating every single property(color, stroke, scale, opacity, tracking etc.) isn’t what I want.
That’s that is gonna be animated(just in case):
myChar = "$";
if (text.sourceText[textIndex-1] == myChar) 100 else 0
Maybe replace spaces somehow that they won’t count as spaces or something. I hope you can help me out and think of the workaround.

