Continuous scrolling

Hello, guys!

How to make continuous scrolling like on this page www.durimel.io?

I’m not talking about the skew effect.

I think the term is called inertia scrolling or kinetic scrolling. Makes sense as it takes some time for the scrolling to slow down when you stop scrolling.

To code this you’ll need to implement some physics described here language agnostic - Algorithm to implement kinetic scrolling - Stack Overflow and here javascript - How can I add momentum / inertia to a drag using CSS transform? - Stack Overflow

Yes, inertia scrolling.
But the links you gave me are impossible to understand. Is there a tutorial for stupid?