diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-17 17:11:33 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-17 17:11:33 +0000 |
| commit | 40c85aa2d47d587792bf7cb5024565b2419b2e36 (patch) | |
| tree | d456ff8f5dafc75929e7b15c1c6d9fb0b9c19eaa | |
| parent | 8d35d8c06e3de2b3cd4be7bdfc28084f176b2bce (diff) | |
| download | mullvadvpn-40c85aa2d47d587792bf7cb5024565b2419b2e36.tar.xz mullvadvpn-40c85aa2d47d587792bf7cb5024565b2419b2e36.zip | |
Make animation faster
| -rw-r--r-- | app/components/Switch.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Switch.css b/app/components/Switch.css index 961312c103..ba3334075b 100644 --- a/app/components/Switch.css +++ b/app/components/Switch.css @@ -24,7 +24,7 @@ height: 24px; border-radius: 24px; background-color: #D0021B; - transition: 300ms ease-in-out all; + transition: 200ms ease-in-out all; transform: translate3d(0, 0, 0); } |
