Hey there, i’m a newbie in gsap, three js and even basic javascript.
Here’s the problem: i wanted to create a 3D website with camera rotations on a scrollTrigger timeline. Job done… Then I wanted the camera to follow the cursor starting from a certain scrolled value exactly like this codepen: https://codepen.io/misterkidult/pen/dybgapB
Now when I try to add both of those rotations to the camera, they block themselves and nothing happens.
I’m stuck there, cant figure it out and wondering what i’m missing to be able to let the camera follow the cursor and still being able to rotate the camera in my scrolltrigger timeline.