Create Text Typing Effect Using Pure JavaScript – daken

Category: Animation , Javascript | May 5, 2015
Authormoschan
Last UpdateMay 5, 2015
LicenseMIT
Views1,579 views
Create Text Typing Effect Using Pure JavaScript – daken

daken is a lightweight JavaScript library used to create a basic typewriter effect by adding the data-daken attribute to specific text.

How to use it:

Load the daken.js JavaScript library in the document.

<script src="bundle.js"></script>

Add the data-daken attribute to any text wrapper.

<h1 data-daken>daken.js Example</h1>
<h2 data-daken>Hello World</h2>

You Might Be Interested In:


Leave a Reply