mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
remove whatsnew after close animation has played
This commit is contained in:
+3
-1
@@ -238,7 +238,9 @@ async function DeleteWhatsNew() {
|
|||||||
[popup, bkelement],
|
[popup, bkelement],
|
||||||
{ scale: [1, 0], opacity: [1, 0] },
|
{ scale: [1, 0], opacity: [1, 0] },
|
||||||
{ easing: spring({ stiffness: 220, damping: 18 }) }
|
{ easing: spring({ stiffness: 220, damping: 18 }) }
|
||||||
);
|
).finished.then(() => {
|
||||||
|
bkelement.remove();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
export function CreateBackground() {
|
export function CreateBackground() {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* #menu ul.noscroll li {
|
/* #menu ul.noscroll li label {
|
||||||
transform: translateX(-10%);
|
transform: translateX(-10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user