Increase animation duration for app wrapper and transition reactivation timing

This commit is contained in:
mr. M
2025-02-16 21:58:48 +01:00
parent 415031230c
commit 0f6bd9c806
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
&[animating='true']::after {
background: var(--zen-main-browser-background-old);
backdrop-filter: blur(5px);
animation: zen-main-app-wrapper-animation 0.2s ease forwards;
animation: zen-main-app-wrapper-animation 0.4s ease forwards;
transition: 0s;
}
}