Skip to content

Add reduced motion accessibility support#107

Open
jaygaikar-09 wants to merge 4 commits into
komalharshita:mainfrom
jaygaikar-09:fix/reduced-motion-accessibility
Open

Add reduced motion accessibility support#107
jaygaikar-09 wants to merge 4 commits into
komalharshita:mainfrom
jaygaikar-09:fix/reduced-motion-accessibility

Conversation

@jaygaikar-09
Copy link
Copy Markdown
Contributor

@jaygaikar-09 jaygaikar-09 commented May 15, 2026

Summary

Added reduced-motion accessibility support using a prefers-reduced-motion media query in static/style.css. This update reduces animations and transitions for users who enable reduced motion in their operating system accessibility settings while preserving the existing layout and default animations for other users.

Closes #80


Type of Change

  • Bug fix
  • Feature
  • Data
  • Documentation
  • Style
  • Refactor
  • Test

What Was Changed

File Change made
static/style.css Added prefers-reduced-motion media query to reduce animations, transitions, and smooth scrolling for accessibility

How to Test

  1. Run the app:
python app.py

@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

@jaygaikar-09 is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel.

A member of the Team first needs to authorize it.

@komalharshita
Copy link
Copy Markdown
Owner

@jaygaikar-09 do resolve the merge conflicts to merge the PR

@komalharshita komalharshita added the need review Further information is requested label May 17, 2026
@jaygaikar-09
Copy link
Copy Markdown
Contributor Author

@Harshada-Yele Done!!

@Harshada-Yele
Copy link
Copy Markdown
Contributor

@jaygaikar-09
Sync your branch with the latest main and ensure all checks pass

@jaygaikar-09
Copy link
Copy Markdown
Contributor Author

@Harshada-Yele Done!

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

Labels

gssoc-2026 need review Further information is requested type:accessibility type:bug Something isn't working ui

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add prefers-reduced-motion media query to respect user accessibility settings

3 participants