Open Ignitis opened 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
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!
"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
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?