CodeForPhilly / clean-and-green-philly

Dashboard to target Philly vacant properties for anti-gun violence interventions
https://www.cleanandgreenphilly.org/
MIT License
32 stars 58 forks source link

A11y: Disable animation in Pagination when user `prefers-reduced-motion` #386

Closed bacitracin closed 2 months ago

bacitracin commented 6 months ago

Describe the task

When a user has prefers-reduced-motion turned on, they don't want to see animations and other unnecessary movement, since it might trigger seizures or other issues.

The NextUI pagination component we use can take the prop disableAnimation. We should pass this as true when the user has prefers-reduced-motion on. Or also we could just always disable the animation... :D

Acceptance Criteria

Additional context

bacitracin commented 2 months ago

This is not an issue anymore with current pagination. Closing.