Remix.run Logo
chrismorgan 6 hours ago

The scroll fade on that site is comparatively inoffensive (comparatively), because you messed with scrolling itself, which is one of the worst things you can do, taking over and ruining inertia. You’re literally going out of your way to make things worse. The ONLY time scrolljacking of any kind is acceptable is for things like maps where there is no “normal”.

eru 5 hours ago | parent [-]

Or for a game, where it's part of the interface.

chrismorgan 5 hours ago | parent [-]

Got an example of what you mean? Because if you mean the only thing I can think of, I very strongly disagree.

wtallis 4 hours ago | parent [-]

Hijacking native scroll behavior to badly reimplement anything remotely like scrolling is wrong even in a gaming context. But if you're implementing Half Life 2 in a browser, where the user no longer has a normal cursor, then hijacking scrolling to implement the weapon switcher is fine.