Add opacity and scale animation, update

transparency effects, and improve loading symbol
style
This commit is contained in:
SethBurkart123
2023-11-15 16:46:36 +11:00
parent 71c4c6610e
commit 9da91bc56f
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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();