From fa15e2524dcc84ab03b49637a822e5c152d81d85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sat, 21 Jul 2018 03:26:03 +0200 Subject: [PATCH] quicker animations --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index bf113a9..8f5777b 100644 --- a/style.css +++ b/style.css @@ -76,7 +76,7 @@ a[href="#advsearch"]:before { overflow: hidden; background-color: #333; z-index: 1; - transition: max-height .5s linear; + transition: max-height .3s linear; } #bookmarks { left: 0; width: 30%; @@ -179,7 +179,7 @@ a[href="#advsearch"]:before { overflow: hidden; vertical-align: top; border: none; - transition: max-width .5s linear; + transition: max-width .3s linear; } #advsearch .submit { display: inline-block; -- 2.39.2