- 101 UX Principles
- Will Grant
- 299字
- 2021-07-16 18:02:42
Chapter #23. Don't Hide Items Away in a "Hamburger" Menu
Few UI patterns can be as controversial as the hamburger menu. Over the past five years it's become the de facto way of offering a menu on small displays, typically as a website scales into mobile or tablet width using responsive design:

The dreaded hamburger
Research shows ("Hamburger Menus and Hidden Navigation Hurt UX Metrics" NNG, (https://www.nngroup.com/articles/hamburger-menus/) 2016) that hamburger menus:
- Slow down discovery time for users
- Increase perceived task difficulty
- Slow down time to complete a task
Simply put, the hamburger menu hides items away from users and makes them less discoverable. Additionally, because the menu is hidden, users can't gain a sense of "where they are" in the product.
Some alternative design patterns to the hamburger menu:
- Navigation on the bottom of the view:Made popular by iOS apps, you can get four or five key features into an ever-present bottom menu and maybe make the fifth item "fly out" with advanced tools.
- Tabbed navigation Inverting the above, and popularized by Android apps, items can live at the top of the view.
- Vertical type: Pin your navigation to the left of the view and orient the type vertically. It won't solve every problem, but if you have fewer than six or seven iems, it's better than the hamburger.
In some circumstances, for example if your app has a lot of features that need to be "possible" (see #96 Decide Whether an Interaction Should Be Obvious, Easy, or Possible), the usability trade-off seems worth making, in order to offer these features on mobile rather than removing them, but never use a hamburger menu on the desktop.
If you must use a hamburger menu, then label it menu and spare the user the much-maligned "three lines" icon.
- 數字道路技術架構與建設指南
- 電腦常見故障現場處理
- AMD FPGA設計優化寶典:面向Vivado/SystemVerilog
- 電腦維護365問
- Learning Game Physics with Bullet Physics and OpenGL
- Visual Media Processing Using Matlab Beginner's Guide
- Blender Quick Start Guide
- VMware Workstation:No Experience Necessary
- Arduino項目案例:游戲開發
- USB應用分析精粹:從設備硬件、固件到主機端程序設計
- 微服務實戰
- The Machine Learning Workshop
- 電腦主板維修技術
- Nagios系統監控實踐(原書第2版)
- 51單片機應用開發從入門到精通