mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +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],
|
||||
{ scale: [1, 0], opacity: [1, 0] },
|
||||
{ easing: spring({ stiffness: 220, damping: 18 }) }
|
||||
);
|
||||
).finished.then(() => {
|
||||
bkelement.remove();
|
||||
});
|
||||
}
|
||||
|
||||
export function CreateBackground() {
|
||||
|
||||
Reference in New Issue
Block a user