Open RonenA opened 11 years ago
I would like to make the same thing... I was able to make it work by adding a value in the two "if" lines:
if(e.contentScrollTop>=e.maxScrollTop + 20)
20 stands for 20px, but this is working only when scroll by mousewheel (or trackpad), not when click on scrollbar... :(
Sorry, i meant:
if(e.contentScrollTop+20>=e.maxScrollTop)
Anyway, as i told you, this is not working while clicking the "empty scrollbar" :(
Useful for infinite scrolling