Typing Text Animation Using Jquery
hopefully someone can help me with this. I am kinda new to jQuery, but I'm trying to figure out a way to create an animated typing text effect for an entire div class! A long googl
Solution 1:
You are almost there, if you want to see the effects of html tags use .html
instead of .text()
.
Here is an updated fiddle.
Solution 2:
Why don't use jQuery plugin such as Typed.js. It works perfect, the '<' and '>' won't display. You can also dive into the source code to find out how it work.
This is a demo(The string contains <br>
and you can add some tag to test it).
Post a Comment for "Typing Text Animation Using Jquery"