jorge_dev96's avatar

WOW.js hide my HTML elements

Hello, i'm trying to use the frontend library WOW.js but it hide my HTML elements when I added a class.

I installed WOW.js with the following commands:

npm install wowjs --save

and I added this to bootstrap.js

const WOW = require('wowjs');
window.wow = new WOW.WOW({ live: false });
window.wow.init();
0 likes
1 reply
bobbybouwmann's avatar

Can you also show your HTML? Your setup looks correct to me.

Have you tried removing the { live: false } option, or updating it to true since that is the default?

Please or to participate in this conversation.