How can I know when the user has scroll on the screen?
You could subscribe for the window.onscroll event. Example:
window.onscroll = function() {
// the user scrolled the window
};
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With