mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix(popups): backdrop filter failing to appear during animation
This commit is contained in:
+2
-2
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user