]> git.plutz.net Git - serve0/commitdiff
quicker animations
authorPaul Hänsch <paul@plutz.net>
Sat, 21 Jul 2018 01:26:03 +0000 (03:26 +0200)
committerPaul Hänsch <paul@plutz.net>
Sat, 21 Jul 2018 01:26:03 +0000 (03:26 +0200)
style.css

index bf113a992e1e59f823d31fa42e2407c5c3cd018e..8f5777beebea0b644128c11cdd3f4337c368f639 100644 (file)
--- 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;