jQuery.typeChar
A really, lightweight, typing animation. Nothing more.
$().typeChar({ html: $('<h3>Hello world!</h3>'), completed: $.noop });
The typeChar is might be the minimalist jQuery plugin for the typing animation that prints text nodes (with styles and tags) with a typewriter effect.
Typing Typewriter text-animationA really, lightweight, typing animation. Nothing more.
$().typeChar({ html: $('<h3>Hello world!</h3>'), completed: $.noop });