You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
revert cubic-bezier animaiton
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user