I'd like to reproduce an effect similar to this page: https://www.buildinamsterdam.com When you scroll on this website, the child div (with grids) transform accordingly.
There is no scrollbar in this page, it just when you use the mouse to scroll, the grid columns translate with different speed.
Is there a library that can achieve this or anyone with some ideas on how to approach this. I am learning web animations and this is something i am intrigued to solve.
This can be done by hiding the scroll bar while keeping it there. Example from w3schools. CSS might have changed since, but it still works.