revert cubic-bezier animaiton

This commit is contained in:
KOWX712
2025-02-11 18:31:27 +08:00
parent 006ca27100
commit 42f0b6df77
5 changed files with 14 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
width: calc(100% - 10px);
max-width: 1100px;
background-color: #F5F5F5;
transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 0.2s ease;
z-index: 1100;
margin-left: auto;
margin-right: auto;
@@ -25,7 +25,7 @@
left: 0;
width: 100%;
z-index: 1100;
transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 0.4s ease;
height: var(--window-inset-top);
}
@@ -75,7 +75,7 @@
overflow-y: auto;
transform: translateY(-30px) scale(0);
transform-origin: top right;
transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
transition: all 0.2s ease;
}
.language-menu.show {
@@ -149,7 +149,7 @@
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
transition: opacity 0.4s ease;
}
.help-overlay.show {