ScrollingFrame.SoftScroll & ScrollingFrame.ScrollSensitivity

Right now the scrollingframes are super strict. When you scroll 1 tick it’ll go like 200 pixels down.
This doesn’t fit to some smooth themes, therefore I suggest a “SoftScroll” boolean to be added to ScrollingFrame.

That and maybe even a scroll sensitivity aswell.

11 Likes

Studs? So are you talking about SurfaceGuis?

No, normal gui. Fixed that word.

We currently don’t support physical scrolling (used by touch pads, touch screen gestures, and some mice), so any kind of smooth scrolling would have to be emulated using a slow animation, which personally annoys me every time I see it.

I’d like for us to support physical scrolling, and if/when we do, scrolling frames will support being scrolled smoothly with it as well.

7 Likes