I would like to use in a web project an effect that "writes" the text on the screen as if it were someone typing,
Type if the sentence is "Hello world" it will show:
Understand the "|" as the writing cursor:
"O |"
And after about 0.2 seconds:
"OL|"
"OLA |"
"OLA M|"
"OLA MU|"
"OLA MUN|"
So on.
And then he would go out again:
"OLA MUN|"
"OLA MU|"
"OLA M|"
"OLA |"
I do not know what to try, if they know the name of this effect, they should probably be with javascript and css, or some plugin.
Thanks in advance for any help, thank you.