W3C and browser vendors adopt 'prefers-reduced-journey' media feature for inclusive motion patterns
Tech · 4 min read
The Web Platform Community Group's 'prefers-reduced-journey' media feature has attracted broad support from Chromium, Gecko and WebKit implementers and is set to land in stable releases later this year. Unlike the binary prefers-reduced-motion, the new feature supports levels (e.g., minimal, moderate, none) and subpreferences for motion intent such as parallax, auto-play, and transition speed.
Design system teams are already drafting token mapping strategies to translate user preferences into component behavior. For example, motion tokens can carry intensity metadata and components can read the media query to pick the appropriate easing, duration and whether to run entrance animations at all. The result reduces the need for per-component feature flags and keeps accessibility logic centralized.
Accessibility advocates welcome the addition, but caution that adoption must be paired with sensible defaults and user education. The new query reduces the burden on individual product teams but raises questions around cross-device sync (how do preferences flow between desktop and mobile?) and testing matrices. For design systems, the work now is to make motion adaptive, testable, and documented so that variations in behavior are predictable across products.