A Script To Beautifully Animate Words, helped by CSS
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);
});