- 101 UX Principles
- Will Grant
- 162字
- 2021-07-16 18:02:37
Chapter #9. Make the Whole Button Clickable, Not Just the Text
Maybe this is simply a pet hate of mine, but I see it often enough to mention it here. Buttons often feature text and sometimes developers only make the text clickable, not the whole button. Meaning that, if you're a couple of pixels out and miss the text (but hit the button)... nothing happens.
We're all familiar with thinkin, "Did I not click that?" and often this is the cause. If you're imitating the real-world behavior of a button, then make it behave like a real button. This includes giving the user some feedback that the button has been successfully clicked (or tapped). This could be with a change of shade, a slight 1-pixel-movement "down" or a subtle audio effect.
You get bonus points for showing the "hand pointer" to desktop users. Sloppy programming means that some web apps don't show this and it's unforgivable.
- 新媒體跨界交互設(shè)計
- 新型電腦主板關(guān)鍵電路維修圖冊
- 電腦軟硬件維修大全(實例精華版)
- Android NDK Game Development Cookbook
- 單片機原理及應(yīng)用系統(tǒng)設(shè)計
- 電腦軟硬件維修從入門到精通
- Large Scale Machine Learning with Python
- Spring Cloud微服務(wù)架構(gòu)實戰(zhàn)
- 電腦高級維修及故障排除實戰(zhàn)
- 筆記本電腦維修實踐教程
- 深入理解序列化與反序列化
- 超大流量分布式系統(tǒng)架構(gòu)解決方案:人人都是架構(gòu)師2.0
- Spring Cloud微服務(wù)和分布式系統(tǒng)實踐
- 基于PROTEUS的電路設(shè)計、仿真與制板
- Java Deep Learning Cookbook