Author: | ckm100 |
---|---|
Views Total: | 6,856 views |
Official Page: | Go to website |
Last Update: | January 13, 2016 |
License: | MIT |
Preview:

Description:
typeWriter.js is a lightweight and no-dependency JavaScript library which applies a typewriter style typing effect to specific text.
How to use it:
Load the typeWriter.js JavaScript library into the html document when needed.
<script src="typeWriter.js"></script>
Apply the text typing effect to a given text container.
typeWriter("#demo","true",20);
Change the animation speed.
typeWriter("#demo","true",100);
wrg,idts