inuyaksa / jquery.nicescroll

nicescroll plugin for jquery - scrollbars like iphone/ipad
https://nicescroll.areaaperta.com/
3.6k stars 1.67k forks source link

scroll event #820

Open miroslav-frost opened 4 years ago

miroslav-frost commented 4 years ago

Can I get scroll event? I want use this plugin for side-menu and make current element brightly, for this task I need know current position of scroll

dnshulga commented 4 years ago

+, the same question

rihards-simanovics commented 2 years ago

Hi gents, pardon my quick judgment, but surely you've heard of scrollTop(). Bind an event listener for the scroll on the element, and each time it happens, read the scroll top value. Please check this page, hope this helps.