jlmakes / scrollreveal

Animate elements as they scroll into view.
https://scrollrevealjs.org/
22.39k stars 2.26k forks source link

Chrome and Firefox stopped supporting ScrollReveal. My website not working now. #450

Closed kindacoder closed 6 years ago

kindacoder commented 6 years ago

Environment

jlmakes commented 6 years ago

I'm going to guess that you were not using a fixed version number in production, and so your page has automatically started using ScrollReveal 4 (which launched a few hours ago).

If you were doing something like this:

<script src="https://unpkg.com/scrollreveal"></script>

You should specify a fixed version number (and the minified distribution) like this:

<script src="https://unpkg.com/scrollreveal@3.4.0/dist/scrollreveal.min.js"></script>