WOW
WOW copied to clipboard
Animations play twice on page load & refresh
Hello,
After adding Google translate, all animations play twice on page load & refresh on Firefox 42.0 for MAC. Safari & Chrome work well.
If Google translate is removed the animation works fine on Firefox.
Thanks!
Hi I have the same issue but with google fonts. Did you manage to solve it?
Hi There! All my sites use Google fonts and they never affected WOW.js I couldn't fix the issue so I moved on to: https://github.com/jlmakes/scrollreveal.js It works great so far.
Hi, Thanks for sharing your solution.
Please provide us solution asap for this
I used WOW and still having the issue.
Hello.. same issue here! Anyone know how to fix please?
Try adding visibility:hidden
style property for that element.
Example:
<div class="wow fadeIn" data-wow-delay=".1s" style="visibility:hidden">
content
</div>
This worked for me for fadeIn
. I have not tried for other animations yet.
After aplying the hidden style property, the element is not showing in IE. How to fix that?
Did you do the exact same way? What version IE are you using?
2021 and still having this issue, anyone found a solution?
2023, checking in from the future. Still no update, KENNN