Context
Nexspro uses smooth scrolling, mandatory scroll snapping, continuous decorative animations, transitions, and transform effects.
Users who enable the prefers-reduced-motion accessibility preference should be able to navigate the platform without unnecessary or forced motion.
Scope
- Audit animations, transitions, transforms, and scrolling effects.
- Add a global reduced-motion strategy.
- Disable non-essential infinite animations.
- Disable smooth scrolling when reduced motion is requested.
- Replace mandatory scroll snapping with normal scrolling.
- Preserve the visual identity without compromising accessibility.
Acceptance criteria
Context
Nexspro uses smooth scrolling, mandatory scroll snapping, continuous decorative animations, transitions, and transform effects.
Users who enable the
prefers-reduced-motionaccessibility preference should be able to navigate the platform without unnecessary or forced motion.Scope
Acceptance criteria
prefers-reduced-motion: reduceis handled globally.