How to limit the distance of each scroll box sliding

The content that slid only one screen at once,to see the next screen, the content must be re sliding once, will this function should be how to achieve it?

Is it this?But it still doesn’t work

This should help. You’'ll need to specify “Page size” in canvas units. Just try different values and pick what will fit you.

It works, though with “10” you won’t notice it with “On user scrolled”. And yeah, it should not be used with “On user scrolled” cause it will add offset to the offset the user made. This functions should be used with an input button that forwards the text forward. And try using bigger values 100-400 for the offset

What should we do if we need to use it together with “On user scrolled”?