I recently came across a fascinating website called that showcases a unique scrolling behavior. It gives the illusion of moving between slides (screens) with snappy scrolling, when in reality, the website actually scrolls continuously. The transitions between slides are achieved using CSS 3D-transforms manipulated at varying speeds based on a bicubic Bezier curve (I examined their minified code).
https://i.sstatic.net/dY8r3.png
Although I don't consider myself proficient in math or working with Bezier curves, I am struggling to replicate this effect. If anyone has insight or guidance on how to implement this, I would greatly appreciate it. Thank you.