Scroll Animation with GSAP

How to create an animation like this one: https://watchpro.vercel.app/

I am trying to do it by using gsap but I am having difficulty adjusting the camera position values.

Maybe you can try to animate camera via a tube geometry and a path. The idea is to have a progress value between 0 and 1 and to set the camera on the path at the current progress value.

Try something like this

1 Like