jlmakes / scrollreveal

Animate elements as they scroll into view.
https://scrollrevealjs.org/
22.3k stars 2.26k forks source link

When a Bootstrap modal opens, scrollReveal is hiding the elements #525

Open vasiliostakos opened 4 years ago

vasiliostakos commented 4 years ago

I use the below code but when a Bootstrap modal is opening, all elements after the modal start disappearing instead of the opposite. If I change the "reset: (to) false", I don't have the same issue, but the scrollReveal stops working of course anymore, either the modal, after that, is open or close.

ScrollReveal().reveal('.revealme', { delay: 100})
ScrollReveal().reveal('.revealme', { interval: 20, reset: true })