I try to do some page transition like this web. https://www.lytic.tech/ .
But I cannot figure out how to detect the mouse "scroll event" but not really trigger window scrolling, especially hide the scrollbar.
I try to set body overflow: hidden
and try to set my container to overflow: auto
to scroll only inside my container.
But it seems to block all the scrolling event.