Scroll speed of a page and sections

How can we change the scroll speed of a page to make it scroll faster or slower (less finger movement more page movement for faster) ?

Can we change the scroll speed of certain sections within a page (imagine a long page with 3 vertical sections and we want user scroll to slow down when scrolling through section 2?

Thanks so much!

Hi Shawn,

For synced animations, the speed depends on the animation duration, and how you map the scroll position to the animation timestamp on the timeline. For example, scrolling from 0 to 100px maps to animation from 0 to 2s, but scrolling from 100px to 200px maps to animation from 2s to 3s. So scrolling the second section will be twice as fast as scrolling the first section.

For triggered animations, the speed only depends on animation duration.

Regards