Speed up the fade

This commit is contained in:
Lim Chee Aun 2024-02-19 22:01:08 +08:00
parent fefc121b11
commit 9803d18185

View file

@ -1125,7 +1125,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
z-index: 1000; z-index: 1000;
display: flex; display: flex;
background-color: var(--backdrop-color); background-color: var(--backdrop-color);
animation: appear 0.2s ease-out; animation: appear 0.1s ease-out;
} }
.deck-backdrop > a { .deck-backdrop > a {
flex-grow: 1; flex-grow: 1;
@ -1254,7 +1254,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
width: 70%; width: 70%;
flex-grow: 1; flex-grow: 1;
background-color: var(--backdrop-solid-color); background-color: var(--backdrop-solid-color);
animation: appear 0.3s var(--timing-function) both; animation: appear 0.1s var(--timing-function) both;
transition: width 0.3s var(--timing-function); transition: width 0.3s var(--timing-function);
&:only-child { &:only-child {