Prompt an animation with page scroll

How do I make an animation start with page scroll, play once, and end on the last frame?

I am using a video file that I would like to start when Scroll Y reaches a certain point. I know you can use page scroll and drivers to scrub through a video, but I’d only like the video to be started by page scroll, then continue to play independently, end on the last frame, and no longer be effected by the scroll.

Tricky.

If you can control where the scroll is going to stop, you could use a ScrollEnds trigger to go to another screen scrolled to the same point and that starts the video.

That way you can more or less achieve that result.

1 Like

Unfortunately I can’t control where the scroll stops. I’d like the animation to begin once a certain amount of the scroll has been completed. Maybe I should learn swift!