mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Add opacity and scale animation, update
transparency effects, and improve loading symbol style
This commit is contained in:
+1
-1
@@ -290,7 +290,7 @@ async function DeleteWhatsNew() {
|
||||
|
||||
animate(
|
||||
[popup, bkelement],
|
||||
{ opacity: [1, 0]},
|
||||
{ opacity: [1, 0], scale: [1, 0] },
|
||||
{ easing: [.22, .03, .26, 1] }
|
||||
).finished.then(() => {
|
||||
bkelement.remove();
|
||||
|
||||
Reference in New Issue
Block a user