I would like to use the automatic scrolling of the touch screen on my website. Examples of which can be seen in the Ubuntu and Windows 8 interfaces.
Ubuntu:

Windows 8:

If you scroll sharply down the page, it will continue to scroll after releasing and gradually slow down. And if the scroll has reached the lower or upper limit, the page type is "spring". I think this is very interesting, and I am wondering how to implement it on an HTML page. Are there any ready-made solutions?
source
share