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

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>