matthieua / WOW

Reveal CSS animation as you scroll down a page
https://www.delac.io/WOW/
9.91k stars 4.13k forks source link

Animations play twice on page load & refresh #227

Open m5designstudio opened 8 years ago

m5designstudio commented 8 years ago

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!

anjanphukan commented 8 years ago

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

m5designstudio commented 8 years ago

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.

anjanphukan commented 8 years ago

Hi, Thanks for sharing your solution.

Nishant-Rana commented 8 years ago

Please provide us solution asap for this

anjanphukan commented 8 years ago

I used WOW and still having the issue.

rafaelhasson commented 8 years ago

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

cosecantt commented 8 years ago

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.

mbtocalli commented 7 years ago

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

cosecantt commented 7 years ago

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

paishin commented 2 years ago

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

nixonthekat commented 1 year ago

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