Using hamburger menus? Try sausage links (2019)
11–20 of 208 posts
Re: Using hamburger menus? Try sausage links (2019)
#12It adds a scrollbar or else some kind of cue that scrolling is available. Horizontal scrolling in desktop feels unnatural personally. And finally, the oval links look like tags in an article, not navigational controls. That last point could be adjusted by squaring off the buttons, by adding a symbol between links indicating a nav path, or something like that.
Re: Using hamburger menus? Try sausage links (2019)
#13Better known as pill navigation
These remind me of what Material Design called Chips.
Re: Using hamburger menus? Try sausage links (2019)
#14While I suppose it’s now more obvious that the categories are there, it’s way less usable trying to scroll left and right to see them compared to before where you scrolled up and down the old vertical hamburger menu.
On a related note, it’s incredible to me that Uber never seeks feedback on whether or not you think something in their app is crap, they only ever ask you for feedback on riders and restaurants as if they’re the only aspect of the experience that could possibly be poor.
Re: Using hamburger menus? Try sausage links (2019)
#15Re: Using hamburger menus? Try sausage links (2019)
#16Re: Using hamburger menus? Try sausage links (2019)
#17For those curious: I have JS turned off because of privacy reasons, and accessibility. I find having JS turned off decreases the amount of annoyances and popups you see when browsing, and the 'fingerprintability' of the browser is drastically reduced.
Re: Using hamburger menus? Try sausage links (2019)
#18These kinds of menus are fine as "filtering inspiration", shortcuts for commonly chosen filters on a dataset, but they are not at all OK as general navigation. They hide the vast majority of menu items, especially in a long list; their sorting logic is typically impenetrable; and horizontal scrolling is terrible on a huge array of devices.
On mobile, prefer a tab bar for navigation. If you have a huge number of top-level items, deeply consider your information architecture before downgrading to a hamburger menu. I won't go on, but I could.
Please do not use this ridiculous thing for navigation.
Re: Using hamburger menus? Try sausage links (2019)
#19Re: Using hamburger menus? Try sausage links (2019)
#20To demonstrate, I've forked the example and set the main element to 625px wide instead of 600px - https://codepen.io/onion2k/pen/mdpVWmr