Faster menu animation

This commit is contained in:
2023-05-17 20:06:49 +02:00
parent 3a2b0bd693
commit a26d0412ff
3 changed files with 3 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ const share_tumblr = () => {
z-index: 48;
overflow: hidden;
opacity: 0;
transition: left 0.4s, opacity 0.5s;
transition: left 0.3s, opacity 0.3s;
border-top-left-radius: 16px;
border-bottom-left-radius: 16px;
}