pestbarn
Results
1
comments of
pestbarn
I had issues with this too. Solved it by calling `AOS.refresh()` as soon as user starts scrolling. ```javascript let scrollRef = 0; window.addEventListener('scroll', function() { // increase value up to...