matthieua / WOW

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

Waterfall test shows wow.min.js canceled #370

Open phrutos opened 1 year ago

phrutos commented 1 year ago

Hey there, if you take a look at waterfall of this speed test you will see where the problem is.

I have the script installed right at the header of this page like so, and I am using the classes in each item I want wow in:

          <script>
          new WOW().init();
          </script>

I assume the wow is not even kicking in this animation.

  1. Does anyone experience the same?
  2. Did I install the wow in the wrong location?
  3. What can be a possible solution to clear that canceled error?

Thank you so much!