Skip to contentChangelog 2026-03-05 (Accessibility Nav Reduced-Motion Pass 28)
Published
Article content
Changed
- Updated overflow navigation keyboard script to detect
prefers-reduced-motion: reduce. - Switched nav scroll and reveal behavior from forced smooth animation to conditional behavior (
auto when reduced-motion is enabled, smooth otherwise).
Why
- Prevents unnecessary motion for users who explicitly request reduced animation.
- Keeps keyboard overflow navigation usable while aligning behavior with accessibility motion preferences.