Bug 456287

Summary: Respect prefers-reduced-motion on the website
Product: [Applications] LabPlot2 Reporter: Nagy Tibor <xnagytibor>
Component: generalAssignee: Alexander Semke <alexander.semke>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Unspecified   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.