Add mobile context for fitt's law (#34053)

* Add mobile context for fitt's law

* fix/suggestion+remove-image+markdownize-link
This commit is contained in:
Sandesh Shrestha
2019-07-09 04:43:20 +05:45
committed by Tom
parent 63c4f93fc3
commit 76f1d8e205

View File

@ -3,11 +3,9 @@ title: Fitts Law
--- ---
## Fitts Law ## Fitts Law
Fitts's Law provides a model of human movement which can accurately predict the amount of time taken to move to and select a target. In human-computer interaction Fitts's Law is typically applied to movement through the graphical user interface using a cursor or other type of pointer. Fitts's Law provides a model of human movement which can accurately predict the amount of time taken to move to and select a target. In human-computer interaction, Fitts's Law is typically applied to movement across the graphical user interface using a cursor or other type of pointer. In mobile screens, this could be the distance the finger has to travel from its current position to reach its target.
The law describes a simple rule of UI design that the distance from one point to the next should be reduced, while having the target object be larger to reduce the amount of time for selecting a target. Ideally, the further the user has to traverse towards a target, the larger that target should be in order to make the interaction more smooth. The law describes a simple rule of UI design that the distance from one point to the next should be reduced, while having the target object be larger to reduce the amount of time for selecting a target. Ideally, the further the user has to traverse towards a target, the larger that target should be in order to make the interaction more smooth.
<img src="http://cdn.sixrevisions.com/0128-05_chart.jpg" class="layzr-loaded">
#### More Information: #### More Information:
A very robust article about Fitts law: https://www.interaction-design.org/literature/article/fitts-s-law-the-importance-of-size-and-distance-in-ui-design [A very robust article about Fitts law](https://www.interaction-design.org/literature/article/fitts-s-law-the-importance-of-size-and-distance-in-ui-design)