Level 88
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?
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();
Please or to participate in this conversation.