Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 415 Bytes

File metadata and controls

18 lines (11 loc) · 415 Bytes

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