0
Hello every one, i want to display words in my web page letter by letter by using css ,What is the required code for that?
3 Antworten
+ 1
Use scss code, so that it could be compiled to only css animation.
https://code.sololearn.com/WxlTtvtHD8FJ/?ref=app
https://code.sololearn.com/WcGGa76NevFQ/?ref=app
0
Check the following site :
https://css-tricks.com/snippets/css/typewriter-effect/
I hope it helps.
0
Thank you bro,
But in that i have to type the whole text again and again....So can we do it using javascript....I need that letter by letter effect on loading of page!