mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
refactor: Remove unused CSS animation code and optimize element search in SEQTA.ts
This commit is contained in:
@@ -3032,22 +3032,4 @@ body:has(.outside-container:not(.hide)) #AddedSettings.tooltip:hover > .tooltipt
|
||||
background: var(--background-primary) !important;
|
||||
z-index: 1;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
li[data-message] {
|
||||
animation: cubic-bezier(.22, .03, .26, 1) 1s fade-up-and-in;
|
||||
animation-timeline: view(90% 0px) !important;
|
||||
}
|
||||
|
||||
@keyframes fade-up-and-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateY(50px);
|
||||
scale: 0.9;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
scale: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user