From a21342e73fd7a326c0489afd48331f3cc39015c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20F=C3=BClling?= Date: Wed, 13 Feb 2019 19:31:55 +0100 Subject: [PATCH] decrease fadeout duration --- portal/assets/css/ynhpanel.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/assets/css/ynhpanel.css b/portal/assets/css/ynhpanel.css index 45aa8ee..1dd356f 100644 --- a/portal/assets/css/ynhpanel.css +++ b/portal/assets/css/ynhpanel.css @@ -140,8 +140,8 @@ body {/*overflow-y: scroll;*/} .ynh-fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; - -webkit-animation-duration: 0.5s; - animation-duration: 0.5s; + -webkit-animation-duration: 0.2s; + animation-duration: 0.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }