diff --git a/src/sentry/templates/sentry/partial/loader.html b/src/sentry/templates/sentry/partial/loader.html index 5b1c8bc0a37a9f..69c94019bdf078 100644 --- a/src/sentry/templates/sentry/partial/loader.html +++ b/src/sentry/templates/sentry/partial/loader.html @@ -37,6 +37,12 @@ stroke-dashoffset: -1150; } } + @media (prefers-reduced-motion: reduce) { + path { + animation: none; + stroke-dashoffset: 0; + } + }