From c40ab302961056c35c4141bb496780da6da1b2c4 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 17 Jan 2024 10:59:26 +0100 Subject: [PATCH] slow animations of dropdown --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 6deb869..1a13b4c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -156,7 +156,7 @@ header hr { overflow: hidden; max-height: 0; border: 0 solid transparent; - transition: max-height 0.1s ease, border 0.1s ease; + transition: max-height 0.3s ease, border 0.2s ease; position: relative; z-index: 999; } @@ -169,7 +169,7 @@ header hr { .navsite_item:not(:hover) .navpage_list { max-height: 0; border: 0 solid transparent; - transition-delay: 0.1s; + transition-delay: 0.3s; }