Can the typewriter effect be applied to two separate lines of text on the same page and have the second line wait for the first line to type out before the second line types out the text? Either through some callback function in React or through a simple method that will pause the typing from occurring for a set time. I am new to coding and stuck trying to find a way to make this particular effect happen; thank you in advance for the help.
Can the typewriter effect be applied to two separate lines of text on the same page and have the second line wait for the first line to type out before the second line types out the text? Either through some callback function in React or through a simple method that will pause the typing from occurring for a set time. I am new to coding and stuck trying to find a way to make this particular effect happen; thank you in advance for the help.