A cool JavaScript typewriter sharing today! t.js is a command prompt style typewriter jQuery plugin to help you create realistic typewriter typing animation effect for your application.
Just include the t.js (2.1KB), prepare the text you want it to type in, call the t() function, that’s it. There is some basic setting you may need to configure like typing speed, use mistype, the tag, use looping or not and more.
Example init code: $(‘#demo’).t(‘It\’s a <del>rainy</del>sunny day in <mark class=”pink”>Alaska!</mark>.’,{speed:30, speed_vary:true}); , the <del> tag is for the mistyping effect.</del>
Thanks Benjamin Lips who created this typing animation script for free to use and open source. Download now and play with it! Enjoy.
t.js is released under MIT license.
Cost: FREE
Requirement: jQuery
Source: Demo/Download t.js