Cole Pacak

Results 3 comments of Cole Pacak

I ran into the same problem in safari - particularly mobile safari - and this helped me: ``` AOS.init(); window.addEventListener('load', function() { AOS.refresh(); }); ```