/typeitforme

Animated text typing

Primary LanguageJavaScriptMIT LicenseMIT

TypeItForMe.js

This simple plugin will animate typing in text into specified container.

Usage

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)

Copyright and license

Code released under the MIT license.