Welcome to the forums, @sarahholden! Congrats on stepping out and posting your first question (after lurking for a while). 💚   From what I can tell, the browser doesn't really honor the request to event.preventDefault() on wheel events when scrolling is in-progress, at least on some devices like my Mac. Very annoying, and I'd argue wildly incorrect behavior, but don't worry - we can work around it:    let preventScroll = ScrollTrigger.observe({ preventDefault: true, type:
    • Like
    4