UI Terms visual dictionary

Interactions

Scrubber

A draggable indicator on a timeline that lets the user move through time-based media.

Intro
0:00
0:00
3:24

Scrubbers appear in video and audio players. The user drags the handle along the track to seek to a point in the media. Tapping a position usually jumps to it. Larger scrubbers (full-width video players) often show frame previews on hover; compact ones (audio players) usually don't.

Also called

seek barplayheadtimeline slider

When to use

  • Video and audio playback controls
  • Any time-based media where users want to jump to a point
  • Long-form recordings where the duration shows the value of seeking

When not to use

  • Static content with no timeline
  • Very short media where there's nothing meaningful to scrub through

Source

Media player vernacular; the term comes from physically 'scrubbing' through audio or film tape. ARIA accessibility role: `slider`.

Read the W3C ARIA pattern →