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; z-index: 48;
overflow: hidden; overflow: hidden;
opacity: 0; opacity: 0;
transition: left 0.4s, opacity 0.5s; transition: left 0.3s, opacity 0.3s;
border-top-left-radius: 16px; border-top-left-radius: 16px;
border-bottom-left-radius: 16px; border-bottom-left-radius: 16px;
} }

View File

@@ -135,7 +135,7 @@ let share = () => {
top: 0; top: 0;
padding: 0; padding: 0;
text-align: left; text-align: left;
transition: left 0.5s; transition: left 0.25s;
} }
.toolbar_visible { left: 0; } .toolbar_visible { left: 0; }

View File

@@ -48,7 +48,7 @@ export let edit_window
min-width: 100px; min-width: 100px;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
transition: left 0.5s; transition: left 0.25s;
overflow: hidden; overflow: hidden;
border-radius: 12px; border-radius: 12px;
border: 2px solid var(--separator); border: 2px solid var(--separator);