fix(popups): backdrop filter failing to appear during animation

This commit is contained in:
SethBurkart123
2024-11-29 17:13:59 +11:00
parent 34b2501617
commit 2ea8ada439
+2 -2
View File
@@ -334,7 +334,7 @@ export function OpenWhatsNewPopup() {
if (settingsState.animations) { if (settingsState.animations) {
animate( animate(
[popup, bkelement as HTMLElement], [popup, bkelement as HTMLElement],
{ scale: [0, 1], opacity: [0, 1] }, { scale: [0, 1] },
{ {
type: 'spring', type: 'spring',
stiffness: 220, stiffness: 220,
@@ -434,7 +434,7 @@ export function OpenAboutPage() {
if (settingsState.animations) { if (settingsState.animations) {
animate( animate(
[popup, bkelement as HTMLElement], [popup, bkelement as HTMLElement],
{ scale: [0, 1], opacity: [0, 1] }, { scale: [0, 1] },
{ {
type: 'spring', type: 'spring',
stiffness: 220, stiffness: 220,