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.)
We switched off the animations triggered by scrolling the page.