graingert/WOW

.animated class clashes with bootstrap modal

Opened this issue · 2 comments

"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?

@Ignitis use AOS.js instead

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