graingert / WOW

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

.animated class clashes with bootstrap modal #12

Open Ignitis opened 6 years ago

Ignitis commented 6 years ago

"animation-fill-mode: both" attribute clashes with the boostrap 3 modal popups.

It causes the class "modal-backdrop" to appear in front of all the others

image

If you remove the css attribute, it causes the content to flicker once before loading.

n.b. I am using animate.css along with wow js.

Any solutions?

graingert commented 6 years ago

@Ignitis use AOS.js instead

Ignitis commented 6 years ago

@graingert Thanks, mate. This looks better than using WOW and Animate together. Cheers!