From 36f55adcb9a1a94a5943f0f3c6ddd1fda068a123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Farkas?= Date: Mon, 16 May 2016 16:21:53 +0200 Subject: [PATCH] Speed up the keyboard sliding animation. --- src/main-app.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main-app.component.scss b/src/main-app.component.scss index 63c93722..4ed0b28b 100644 --- a/src/main-app.component.scss +++ b/src/main-app.component.scss @@ -26,7 +26,7 @@ button { position: absolute; left: 50%; transform: translateX(-50%); - animation-duration: 0.75s; + animation-duration: 400ms; animation-timing-function: ease-in-out; }