Scrolling » Changing the scrolling speed

Changing the scrolling speed

The content will obediently follow your finger or mouse cursor, but you can make it move slower or faster than that.

Setting it to 0.5 means that you’ll have to scroll twice as much for the content to move.

# changing the scroll speed
scroll.speedY = .5
Download Framer project

Note that there are different properties for vertical and horizontal scrolling: speedY and speedX.

A ScrollComponent with adjusted vertical scrolling speed
Half the normal vertical scroll speed