Awesome expression, Dan.
Is there a way to add a Blinking cursor? that would be nice.
I also have the below expression which has the cursor but only would’ve been better if it had a random feeling to the typing effect.
L = text.sourceText.length;
T = time*effect("Speed")("Slider") - effect("Start At")("Slider")*effect("Speed")("Slider");
F = Math.round(time % 1);
if(F == 1 | (T0) ){Fl = "|";}else{Fl=" ";}
substr(0,T) + Fl