jQuery Plugin For Basic Text Typewriter Effect - Typewriter

File Size: 33.4 KB
Views Total: 4174
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin For Basic Text Typewriter Effect - Typewriter

A simple-to-use jQuery plugin that simulates the typewriter typing effect to print your text letter-by-letter at a certain speed.

See also:

How to use it:

1. Include the jQuery typewriter plugin after jQuery library.

<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="js/jquery.typewriter.js"></script>

2. Call the plugin on your text wrapper and done.

$('p').typewriter();

3. Specify the animation speed.

$('p').typewriter({speed:50});

This awesome jQuery plugin is developed by iuzhakov. For more Advanced Usages, please check the demo page or visit the official website.