{# canonical_base is the OWNING tenant's origin: all 16 Peasy domains serve the same catalogue, so a page rendered by a non-owner points its canonical at the owner instead of competing with it. Falls back to this site for static/self-owned pages. #}
🍋
Menu
Design

Fitts's Law

A predictive model stating that the time to reach a target depends on its distance and size — larger, closer targets are faster.

Teknik Detay

Fitts's Law is a foundational concept in visual design theory. It influences how users perceive and interact with interfaces, affecting readability, hierarchy, and aesthetic appeal. The design principles behind fitts's law are codified in systems like Material Design 3, Apple's Human Interface Guidelines, and the W3C's Web Content Accessibility Guidelines. Implementing fitts's law correctly requires balancing aesthetic intent with accessibility requirements and cross-platform consistency.

Ornek

```css
/* Fitts's Law: design specification example */
.component {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1a1a;
  padding: 1rem 1.5rem;
}
```

Ilgili Araclar

Ilgili Terimler