Within my website, I've incorporated Fullpage.js and am interested in triggering jQuery animate functions as users scroll to specific sections. Although I tested methods like mouseenter, mouseover, and mouseleave from the prior section, they did not detect when a user scrolled to the next section. Consequently, the animations only occur once the user moves the mouse. Can you suggest an alternative method that would ensure the animation plays as soon as the new section becomes visible during scrolling?