From: Paul Hänsch Date: Sat, 21 Jul 2018 01:26:03 +0000 (+0200) Subject: quicker animations X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=fa15e2524dcc84ab03b49637a822e5c152d81d85 quicker animations --- 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;