←back to thread

1103 points MaxLeiter | 1 comments | | HN request time: 0s | source
Show context
pavlov ◴[] No.45124523[source]
Really great design.

This is the unicorn of fancy websites because for once, it actually makes sense to override browser's standard scrolling behavior. The 30-minute timeline on the right provides an obvious context for what you're navigating with the scroll actions, and you wouldn't be able to do that with a regular scrollbar.

Usually scrolling overrides happen because the designers' mindset was that the site should be a sequence of beautiful slides. They might prototype it as a Keynote presentation that is approved by management. And then some poor web developer gets tasked with building a site that feels like the Keynote slide show that everyone loved, and the only way to do that is to turn scrolling into an annoying "next slide" action.

replies(7): >>45124684 #>>45124958 #>>45125016 #>>45125031 #>>45125249 #>>45125991 #>>45188373 #
1. gxonatano ◴[] No.45188373[source]
It's not great design. It's a dirty hack that might work for some people, but is a non-standard practice that abuses JavaScript to achieve a certain effect. Overriding scrolling behavior might work if you're scrolling with a mouse or trackpad at a consistent speed, that that might even work for a majority of the site's visitors, but for others it breaks. If you press the PageDown key to get to the next page, it doesn't work. If you scroll half a page down using another key combination, it doesn't work. If you use a text-based browser, it doesn't work. I didn't test it using a screen reader or other types of browsers, but I can't imagine it would work that well there, either.