This simple plugin will animate typing in text into specified container.
var text = "Your text to type goes here";
text.typeItForMe(element-id, speed);
Where:
my-element
is an ID of element of which innerHTML you want to update with the given text.speed
is speed in milliseconds (will be humanized)
Code released under the MIT license.