Can I handle mouse wheel event?

Can I handle mouse wheel event?

Hi,

You cannot listen directly on mouse wheel events.

Instead, most Wix Elements have onViewportEnter and onViewportLeave events that you can use to react to when the page is scrolled to view and element or scrolls such that an element is not in the current viewport.