I have some sections(divs) that are hidden on desktop and shown on mobile, but since they all have the class that triggers wowjs, it puts visibility: visible when you reach the section, therefore making the hidden divs visible on desktop as well. If there any way around this? I want all of the divs to animate, but they should stay hidden if you are not on mobile.
var wow = new WOW( {
boxClass: 'animate'
} );