Dan Schultz
Results
1
comments of
Dan Schultz
Playing off @pestbarn's comment, I was able to solve mine, by using `AOS.refresh()` after a small timeout to avoid adding any event listeners. `setTimeout(() => {AOS.refresh();}, 500);` Also just a...