I want to get an event when a user starts scrolling. There is a way available in JQuery using scrollstart
.
Is there any way we can achieve the same in vanilla JavaScript?
I want to get an event when a user starts scrolling. There is a way available in JQuery using scrollstart
.
Is there any way we can achieve the same in vanilla JavaScript?