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:
@@ -67,6 +67,7 @@
|
||||
border-radius: 15px;
|
||||
text-align: left;
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
.close-update {
|
||||
@@ -182,7 +183,7 @@
|
||||
border-radius: 50px 50px;
|
||||
opacity: 0;
|
||||
transform: scale(0);
|
||||
transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
|
||||
transition: all 0.2s ease;
|
||||
z-index: 1200;
|
||||
}
|
||||
|
||||
@@ -278,7 +279,7 @@
|
||||
border: 2px solid #ccc;
|
||||
border-radius: 4px;
|
||||
box-sizing: border-box;
|
||||
transition: border-color 1s ease, transform 0.3s ease, background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
|
||||
transition: border-color 1s ease, transform 0.3s ease, background-color 0.2s ease;
|
||||
}
|
||||
|
||||
.tick-symbol {
|
||||
|
||||
Reference in New Issue
Block a user