jlmakes / scrollreveal

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

CDN Down? #488

Closed FlatlineTV closed 5 years ago

FlatlineTV commented 5 years ago

When trying to refer https://unpkg.com/scrollreveal, calls back with:

02-02-2019 03-57-09pm

jlmakes commented 5 years ago

It appears to be working at the moment.

Perhaps UNPKG was having a problem, but you can always use a specific URI instead of relying on their resolver, i.e: https://unpkg.com/scrollreveal@4.0.5/dist/scrollreveal.min.js

This is the recommended practice for CDN use in production:

Make sure to specify a fixed version of ScrollReveal, and use the minified distribution. This ensures the best performance, and that future changes don’t impact the functionality of your project. — Installation Guide

FlatlineTV commented 5 years ago

@jlmakes this worked perfectly. Thank you so much!