Solice UI
Back to the curriculum

Chapter 5 · Accessibility & Interaction

Motion and contrast

Motion and color can clarify change, but they can also hide information or cause discomfort. Use them as supporting signals and provide a readable, stable experience when preferences or vision differ.

Beginner · Lesson 5 of 6 in this chapter

Motion should explain change

A short transition can preserve continuity when a panel opens or content changes. Continuous decoration and large movement rarely help the task. Respect reduced-motion preferences by removing or simplifying nonessential movement.

Contrast keeps content distinguishable

Text, icons, focus rings, and control boundaries need enough contrast against their background. Do not use color alone for selected, success, warning, or error states; pair it with text, shape, or iconography.

Showing a selected term

  1. The selected chip changes its border and background.
  2. aria-pressed exposes the same state without relying on color.
  3. The definition updates immediately without a large animated movement.
  • Use motion to preserve understanding, not decorate every change.
  • Respect reduced-motion preferences.
  • Pair color with another truthful state signal.