I'm trying to create a typewriter effect that pauses at the end of a statement, deletes most of each statement but keeps the first two words, and finished with just those two words.
I've found a few things that almost do what I need, but not quite. I've found version that deletes the entire line and writes a new one, but I need two consistent words at the beginning.
For example (but not the actual text):
This is Stack Overflow.
[delete "Stack Overflow" after delay]
This is JavaScript.
[delete "JavaScript" after delay]
This is what I want.
[delete "what I want" after delay and finish with "This Is" and a continuous flashing full-stop.]
In an ideal would the full-stop would act as the cursor rather than the usual horizontal line.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…