From 72e5b2071abf293b3215134fc59bf4baeed9a169 Mon Sep 17 00:00:00 2001 From: BOTAlex Date: Sun, 31 Mar 2024 07:36:35 +0200 Subject: [PATCH] Firefox patch patched --- src/routes/zhen/Comps/TopAnimatedBackground.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/zhen/Comps/TopAnimatedBackground.svelte b/src/routes/zhen/Comps/TopAnimatedBackground.svelte index a83880d..5785653 100644 --- a/src/routes/zhen/Comps/TopAnimatedBackground.svelte +++ b/src/routes/zhen/Comps/TopAnimatedBackground.svelte @@ -158,7 +158,7 @@ } .FirefoxSmoothTranition{ - transition: none; + transition: transform 1000ms cubic-bezier(0.16, 1.63, 0.01, 0.99); -moz-transition: transform 1000ms cubic-bezier(0.16, 1.63, 0.01, 0.99) !important; }