🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

TypeText is a really simple jQuery text plugin used to output text with animated typewrite typing effect.

Typing

Documentation

typetext.js

TypeText is a jQuery plugin to add typing text effect to your text .

Usage :

<script src="typetext.js"></script> <script>     $(function(){         $('selector').typetext();     }); </script>      Options and Defaults                  newline : true      //Enables newline         newlinechar : '.'   //Character after which newline will start         speed: 100          //Typing speed in milliseconds              Example                    $('.text').typetext({                 newline:false,                 newlinechar:',',                 speed:50         }) 

You May Also Like