Hello, first of all congratulations for GSAP, it's amazing!
I want to make an infinite scroll menu like on this website: https://heycusp.com/
I want to make it smooth. So I thought maybe Scrolltrigger.observe would be the way to go.
The first step I wanted to do was to apply a transformY based on the scroll performed.
In the codepen that I created, for some reason, self.deltaY returns a value that later returns to the initial point (doing a bounce and returning to the initial value)
I don't understand what I'm doing wrong.
Thank you very much!