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

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:
- Minimal jQuery Animated Text Typing Effect - Best Typewriter
- Creating A Text Typewriter Effect with jQuery TypeOut Plugin
- Animated Typewriter Effect with jQuery - typer.js
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.