Conversation

stop remaking scrolling with js

2
0
0

@notsureither @CeruleanDerpo

most common on sites that use parallax effects, they implement their own scroll so it has momentum or whatever and so they can have more control over it

but doing that can be very inaccessible than just using the browser's scrolling, even if you do somehow try to implement everything the browser's scroll does (for ex. middle click scroll or other accessibility stuff), it would most likely be different than the native scroll (can depend on browser, devices used, etc.) so it can make things more difficult to use for the user.

Some tools that are meant to use the browser's native scrolling won't work on them either

it's also usually done for horizontal scrollers but, dev's can still just build on top of the native scroll still so.. ?? neofox_googly_shocked

0
0
0

@sylventic yes that can be done with css fully, what I am referring to in the post is when for example they recode everything to move when the scroll wheel is triggered

0
0
1