Skip to content

JavaScriptUtilities/vanillaAnimateWords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Animate Words

A Script To Beautifully Animate Words, helped by CSS

Alt text

How to install

First, load js/vanilla-animate-words.js and css/vanilla-animate-words.css in your webpage.

Then, when DOM is ready, start the plugin :

document.querySelectorAll("[data-vawjs-anim]").forEach(function($item) {
    new vanillaAnimateWords($item);
});

About

A Script To Beautifully Animate Words, helped by CSS

Resources

License

Stars

Watchers

Forks

Packages

No packages published