Skip to contentChangelog 2026-03-05 (Accessibility Nav Motion Preference Live Sync Pass 42)
Published
Article content
Changed
- Updated overflow-nav keyboard script to watch
prefers-reduced-motion media-query changes at runtime. - Nav scroll/reveal behavior now switches live between
smooth and auto when system motion preference changes while the page is open. - Added compatibility fallback for older listener APIs (
addListener) where needed.
Why
- Ensures accessibility behavior stays aligned with user motion preferences even if settings change mid-session.
- Avoids stale animation behavior that previously required a reload to reflect updated system settings.