Pure JavaScript Typewriter Typing Effect – typeWriter.js

Category: Animation , Javascript , Text | January 13, 2016
Author:ckm100
Views Total:6,856 views
Official Page:Go to website
Last Update:January 13, 2016
License:MIT

Preview:

Pure JavaScript Typewriter Typing Effect – typeWriter.js

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

You Might Be Interested In:


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

Leave a Reply