Create Text Typing Effect Using Pure JavaScript – daken

Category: Animation , Javascript | May 5, 2015
Author:moschan
Views Total:1,564 views
Official Page:Go to website
Last Update:May 5, 2015
License:MIT

Preview:

Create Text Typing Effect Using Pure JavaScript – daken

Description:

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