summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-02-17 17:11:33 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-02-17 17:11:33 +0000
commit40c85aa2d47d587792bf7cb5024565b2419b2e36 (patch)
treed456ff8f5dafc75929e7b15c1c6d9fb0b9c19eaa /app/components
parent8d35d8c06e3de2b3cd4be7bdfc28084f176b2bce (diff)
downloadmullvadvpn-40c85aa2d47d587792bf7cb5024565b2419b2e36.tar.xz
mullvadvpn-40c85aa2d47d587792bf7cb5024565b2419b2e36.zip
Make animation faster
Diffstat (limited to 'app/components')
-rw-r--r--app/components/Switch.css2
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);
}