-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
Description
Pat scroll doesn't change the body scroll classes the way user scrolling does.
The only thing the minimal version of the new scroll detection feature is missing is that pat scroll would also influence the scroll-position-down/up
body scroll class.
An ideal version would on top of changing the scroll-position-down/up
class also add auto-scroll-position-down/up
for pat-scroll (or other non user) triggered scroll events and user-scroll-position-down/up
for user triggered scroll events. So in total three classes. This gives maximum flexibility over the behaviour of stick&hide bars.