Bug 456287 - Respect prefers-reduced-motion on the website
Summary: Respect prefers-reduced-motion on the website
Status: RESOLVED FIXED
Alias: None
Product: LabPlot2
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: unspecified Unspecified
: NOR normal
Target Milestone: ---
Assignee: Alexander Semke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-03 17:13 UTC by Nagy Tibor
Modified: 2023-06-21 21:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nagy Tibor 2022-07-03 17:13:00 UTC
SUMMARY
The landing page of LabPlot is so heavy on animations, it's posing an accessibility issue. Those sliding fade in animations triggered by scrolling the page will sure cause spatial disorientation and nausea for people with motion sensitivity problems.

It would be great if the website would respect the prefers-reduced-motion CSS media feature and not display those sliding animations in cases when users indicate they don't want non-essential animations.

STEPS TO REPRODUCE
Chrome developer tools has an option to force-enable this CSS media feature on the Rendering tab. (No idea about Firefox.)
Comment 1 Alexander Semke 2023-06-21 21:00:29 UTC
We switched off the animations triggered by scrolling the page.