Pure JavaScript Typewriter Typing Effect – typeWriter.js

Category: Animation , Javascript , Text | January 13, 2016
Authorckm100
Last UpdateJanuary 13, 2016
LicenseMIT
Views6,888 views
Pure JavaScript Typewriter Typing Effect – typeWriter.js

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);

You Might Be Interested In:


One thought on “Pure JavaScript Typewriter Typing Effect – typeWriter.js

Leave a Reply