Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[animations] motion animations aren't disabled when using prefers-reduced-motion: reduce #2872

Open
yukijoou opened this issue Aug 6, 2023 · 0 comments
Labels
state/awaiting-investigation Anything which needs more investigation type/feat Any feature requests or improvements

Comments

@yukijoou
Copy link

yukijoou commented Aug 6, 2023

Bug Report

Motion animations aren't disabled when the accessibility setting prefers-reduced-motion is turned on. Reduced motion needs to be supported to provide usable UIs to motion-sensitive people like me. No movement animation should be played when this setting is enabled.

More information on the related MDN article

Steps to reproduce

  1. Turn on reduced motion according to the guide on the MDN article
  2. Go on a website using fomantic-ui (here, https://fomantic-ui.com/)
  3. Interact with a UI element that has a motion animation (here, the menu sidebar)

Expected result

The interaction should not make anything move on the page (here, the menubar should pop in or fade in)

Actual result

The interaction results in a motion animation (here, the menubar slides)

Testcase

N/A

Screenshot (if possible)

N/A

Version

all

@yukijoou yukijoou added state/awaiting-investigation Anything which needs more investigation state/awaiting-triage Any issues or pull requests which haven't yet been triaged type/bug Any issue which is a bug or PR which fixes a bug labels Aug 6, 2023
@lubber-de lubber-de added type/feat Any feature requests or improvements and removed type/bug Any issue which is a bug or PR which fixes a bug state/awaiting-triage Any issues or pull requests which haven't yet been triaged labels Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state/awaiting-investigation Anything which needs more investigation type/feat Any feature requests or improvements
Projects
None yet
Development

No branches or pull requests

2 participants