Scrolling around on a page is unnecessarily tedious, because nothing new is rendered until you completely stop scrolling. This is exacerbated by the "slowly coast to a stop" behavior, which while smooth, only makes the user wait longer before getting to see whatever it is they're scrolling to see.
Suggestion: If possible, render new parts of the page while scrolling. If not possible, eliminate coasting when scrolling to improve responsiveness.
Scrolling around on a page is unnecessarily tedious, because nothing new is rendered until you completely stop scrolling. This is exacerbated by the "slowly coast to a stop" behavior, which while smooth, only makes the user wait longer before getting to see whatever it is they're scrolling to see.
Suggestion: If possible, render new parts of the page while scrolling. If not possible, eliminate coasting when scrolling to improve responsiveness.