animate-on-scroll

fullpagejs and AOS - not working together

余生颓废 提交于 2019-12-06 15:53:52
问题 I'm using fullpagejs and AOS to make some divs popping up from the bottom of the page on scroll (or at least that's what I'd like to achieve). Unfortunately, it is not working. Yes, I've read the FAQ sections of fullpage and yes, scrollbar is set to true and autoscroll is set to false . My setup is the following: <div class="section" id="test"> <div class="slide"> <div class="section"> {someOtherContent} <!-- div i want to animate is down below --> <div data-aos="slide-up">test</div> </div> <