From 47f8b502ba96d800c3e1ff0b2eac5961ea8b457e Mon Sep 17 00:00:00 2001 From: bloodwiing Date: Thu, 16 May 2024 10:04:29 +0300 Subject: [PATCH] Add: Register Gradient easing --- src/routes/(login)/+layout.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/(login)/+layout.svelte b/src/routes/(login)/+layout.svelte index 9454fe1..94fbe1a 100644 --- a/src/routes/(login)/+layout.svelte +++ b/src/routes/(login)/+layout.svelte @@ -99,6 +99,7 @@ background-size: var(--size) var(--size); mix-blend-mode: color-dodge; + transition: 0.5s ease-out; } &#glow-2 {