Skip to content

fix(a11y): prevent chip hover transform snap under reduced motion#1449

Open
KRUSHAL2956 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
KRUSHAL2956:fix/1438-chip-reduced-motion-jump
Open

fix(a11y): prevent chip hover transform snap under reduced motion#1449
KRUSHAL2956 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
KRUSHAL2956:fix/1438-chip-reduced-motion-jump

Conversation

@KRUSHAL2956
Copy link
Copy Markdown
Contributor

Pull Request Description

Resets the hover transform to none !important on .ease-chip:hover under the prefers-reduced-motion: reduce query.


Type of Change

  • 🐛 Bug fix in an existing submission (Accessibility/UX Fix)

Submission Checklist

  • One feature/bugfix per PR
  • Build, lint, and tests pass successfully

Notes for Maintainer

This PR resolves issue #1438 by preventing the chips component from instantly jumping/snapping via translateY(-1px) when hovered on devices with reduced motion enabled, satisfying WCAG 2.1 AAA Motion Animation guidelines.

Closes #1438

@KRUSHAL2956
Copy link
Copy Markdown
Contributor Author

@SAPTARSHI-coder please review this merge request. This PR disables hover scale/translate animations for chips under prefers-reduced-motion, preventing jarring layout snaps.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

📊 CSS Bundle Size Benchmark

No change in CSS bundle size. ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

♿ Accessibility: Chips Component Jump-Transforms Under prefers-reduced-motion

1 participant