diff --git a/src/css/utils.scss b/src/css/utils.scss index 4eeae51..c984ca3 100644 --- a/src/css/utils.scss +++ b/src/css/utils.scss @@ -39,4 +39,12 @@ html.no-js .jss { html.no-js .mhide, html.br .mhide { display: none !important; } +} + +/* Turn off animations if specified systemwide */ +@media (prefers-reduced-motion: reduce) { + * { + animation: none !important; + transition: none !important; + } } \ No newline at end of file