2
I would like to use in a web project an effect that "writes" the text on the screen as if it were someone typing, pausally.
Like if the sentence is "Hello World," he’ll show:
Understand "|" as the writing cursor:
"The|"
And after about 0.2 seconds:
"OL|"
"OLA |"
"OLA M|"
"OLA MU|"
"OLA MUN|"
So on.
And then he’d go back to blacking out:
"OLA MUN|"
"OLA MU|"
"OLA M|"
"OLA |"
I don’t know what else to try, if you know the name of this effect warn, it should probably be with javascript and css, or some plugin.
Thanks for any help, thank you.
post your code to let us know what part of the possible solution has arrived. This way we can better assist
– Wilson Rosa Gomes