graingert / WOW

Reveal CSS animation as you scroll down a page
https://wowjs.uk
Other
1.58k stars 1.56k forks source link

Don't animate hidden elements #29

Open criting opened 4 years ago

criting commented 4 years ago

I have some parts of the website that are only visible on mobile, the Hide classes are with visibility: none, but because I have the wow class on the children elements in order to animate them, it makes them visible on desktop as well. Since I have reached the section it puts visibility: visible; I do not wish to change the Hide classes to use display: none, I prefer the Visibility one. Is there any way around this?