Parallax Scrolling that only plays a scene when scrolling

I know there have been several forum posts on parallax scrolling, so I apologize for yet another post, but I couldn’t seem to find exactly what I was looking for. I did the whole tutorial on “scroll to animate”, which was great, but the problem was that once the scroll wheel was initiated, the timeline played until the next “pause timeline” keyframe. I want it so the animation stops when you stop scrolling.

1 Like

Here’s one way:

… which uses a ‘timeout’ to listen for when scrolling stops. You could run a ‘pause timeline’ function when that occurs.

1 Like