From d77044882d5a41da22df1c0099c1eb1f20bcbc5b Mon Sep 17 00:00:00 2001 From: "Alessandro (Ale) Segala" <43508+ItalyPaleAle@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:14:55 -0700 Subject: [PATCH] fix: reduce duration of animations on login and signin page (#648) --- frontend/src/app.css | 6 +++--- frontend/src/lib/components/login-wrapper.svelte | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app.css b/frontend/src/app.css index c74f095f..6a90e027 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -203,7 +203,7 @@ } .animate-fade-in { - animation: fadeIn 0.8s ease-out forwards; + animation: fadeIn 0.3s ease-out forwards; opacity: 0; } @@ -233,7 +233,7 @@ bottom: 0; left: 0; right: 0; - animation: slide-bg-container 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards; + animation: slide-bg-container 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards; } @keyframes delayed-fade { @@ -247,5 +247,5 @@ } .animate-delayed-fade { - animation: delayed-fade 1.5s ease-out forwards; + animation: delayed-fade 0.5s ease-out forwards; } diff --git a/frontend/src/lib/components/login-wrapper.svelte b/frontend/src/lib/components/login-wrapper.svelte index 3d5b91b9..9914f468 100644 --- a/frontend/src/lib/components/login-wrapper.svelte +++ b/frontend/src/lib/components/login-wrapper.svelte @@ -34,7 +34,7 @@ {#if showAlternativeSignInMethodButton}