How to make a different reaction by different scroll distance?

Hello, I want make a interactive like this
Sample
when you scroll long enough,it jump to another page
when you scroll not long enough,it stays

I have tried many ways but failed
The jump will definitely happen if I add a scroll jump to a element (scroll begin,release,or end)
But I only want it happen if I scroll enough distance

Any suggestion to make it ?
please help me,Thanks !

This functionality doesn’t exist in Principle. You sorta need to fake it to demonstrate it.

I would love to see Principle support functionality like this by adding features like intersection events (which fire when two layers overlap), or maybe even paging events (which fire when a paging is dragged to page X). @Daniel