WOW icon indicating copy to clipboard operation
WOW copied to clipboard

Animations play twice on page load & refresh

Open m5designstudio opened this issue 9 years ago • 11 comments

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!

m5designstudio avatar Dec 07 '15 01:12 m5designstudio

Hi I have the same issue but with google fonts. Did you manage to solve it?

anjanphukan avatar Dec 18 '15 09:12 anjanphukan

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.

m5designstudio avatar Dec 18 '15 14:12 m5designstudio

Hi, Thanks for sharing your solution.

anjanphukan avatar Dec 18 '15 14:12 anjanphukan

Please provide us solution asap for this

Nishant-Rana avatar Jan 05 '16 11:01 Nishant-Rana

I used WOW and still having the issue.

anjanphukan avatar Jan 05 '16 11:01 anjanphukan

Hello.. same issue here! Anyone know how to fix please?

rafaelhasson avatar Jan 21 '16 13:01 rafaelhasson

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.

cosecantt avatar Mar 06 '16 10:03 cosecantt

After aplying the hidden style property, the element is not showing in IE. How to fix that?

mbtocalli avatar Mar 06 '17 01:03 mbtocalli

Did you do the exact same way? What version IE are you using?

cosecantt avatar Mar 07 '17 07:03 cosecantt

2021 and still having this issue, anyone found a solution?

paishin avatar Oct 27 '21 07:10 paishin

2023, checking in from the future. Still no update, KENNN

nixonthekat avatar Apr 23 '23 04:04 nixonthekat