I would like my webpage to have smooth browser scrolling via the window scrollbar. That is, if you drag the window scroll bar down and stop, I want the webpage to start scrolling immediately and then decelerate to the stop point.
I've seen implementations of this for mousewheel event, but I want it for scrollbar event as well. For example on this stack overflow question Enable smooth scrolling for my website in all browsers , Jan TuroĊ gave a good implementation for mousewheel. I want that same behaviour, but also for scrollbar drag and stop.
Anyone know how to do it?