Skip to content
Advertisement

I need to create a delay for text2 in my react component

As the title suggests. You can see in my code, I have text and text2 that forms the text for the typing effect. But they both start at the same time. I would like to create a delay on text2 so that it starts when text finishes. Any help would be greatly appreciated and thank you in advance.

JavaScript

Advertisement

Answer

Here you go

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement