- 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.
- 用“芯”探核:龍芯派開發(fā)實(shí)戰(zhàn)
- scikit-learn:Machine Learning Simplified
- Spring Cloud微服務(wù)架構(gòu)實(shí)戰(zhàn)
- STM32嵌入式技術(shù)應(yīng)用開發(fā)全案例實(shí)踐
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- The Artificial Intelligence Infrastructure Workshop
- 觸摸屏應(yīng)用技術(shù)從入門到精通
- Arduino項(xiàng)目案例:游戲開發(fā)
- USB應(yīng)用分析精粹:從設(shè)備硬件、固件到主機(jī)端程序設(shè)計(jì)
- Building Machine Learning Systems with Python
- 微服務(wù)架構(gòu)基礎(chǔ)(Spring Boot+Spring Cloud+Docker)
- 筆記本電腦的結(jié)構(gòu)、原理與維修
- 主板維修實(shí)踐技術(shù)
- USB 3.0編程寶典
- Unreal Engine 4 AI Programming Essentials