Fix: add reduced motion support for users with motion sensitivity#359
Open
rami-elementor wants to merge 2 commits intocore-betafrom
Open
Fix: add reduced motion support for users with motion sensitivity#359rami-elementor wants to merge 2 commits intocore-betafrom
rami-elementor wants to merge 2 commits intocore-betafrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds prefers-reduced-motion handling to reduce animations/transitions for users with motion sensitivity in several admin UI surfaces.
Changes:
- Adds reduced-motion overrides for transitions in admin menu, editor form layout, tooltips, switches, and import upload drop zone.
- Adds reduced-motion handling for the welcome screen loading spinner.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
src/css/welcome.scss |
Adds reduced-motion handling for the welcome loading spinner animation. |
src/css/menu.scss |
Reduces transition duration for the admin menu “upgrade” button when reduced motion is enabled. |
src/css/import/_upload.scss |
Reduces drop-zone transition duration under reduced motion. |
src/css/edit/_form.scss |
Reduces layout transition duration under reduced motion for the snippet form. |
src/css/common/_tooltips.scss |
Reduces tooltip transition duration under reduced motion. |
src/css/common/_switch.scss |
Reduces switch/button transition durations under reduced motion. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To improve accessibility, this PR adds
prefers-reduced-motionsupport to reduce animations/transitions in several admin UI surfaces for users with motion sensitivity.