I want to animate the divs that should have equal heights and use the animate.css together with the wow.js.
If I'm setting an animation delay with WOW data-wow-delay="200ms" the divs are set to their normal heights after the animation in Chrome - in Firefox they remain with their equal height.
With no animation delay everything works fine in both browsers.
Any idea what causes this issue?
I want to animate the divs that should have equal heights and use the animate.css together with the wow.js.
If I'm setting an animation delay with WOW
data-wow-delay="200ms"the divs are set to their normal heights after the animation in Chrome - in Firefox they remain with their equal height.With no animation delay everything works fine in both browsers.
Any idea what causes this issue?