diff --git a/client/components/codeEditor/codeEditor.less b/client/components/codeEditor/codeEditor.less index 0223ab08f..1d1e1ae96 100644 --- a/client/components/codeEditor/codeEditor.less +++ b/client/components/codeEditor/codeEditor.less @@ -48,8 +48,12 @@ height:100px; background:linear-gradient(0deg, #89eafc00 0px, #89ebfc8e 50px, #89eafc00 100px, transparent); display:block; - animation: .5s linear 1 slideacross ; - rotate:30deg + + rotate:30deg; + + @media screen and (prefers-reduced-motion: no-preference) { + animation: .5s linear 1 slideacross ; + } } } }