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; }