update animation settings; reduce animation speed for smoother transitions in footer and landing page

This commit is contained in:
Michael Czechowski
2025-06-17 01:24:14 +02:00
parent b6ebc25558
commit 715eaf0ac9
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ footer#footer.pt-24.relative.overflow-hidden.w-min-h-screen
startOffset: -0.2,
endOffset: 0.1,
offsetTransition: "sine",
animationSpeed: 0.01,
animationSpeed: 0.006,
hueBase: 0.55,
hueVariation: 0.3,
opacity: 0.4,

View File

@@ -29,7 +29,7 @@ header.bg-nls-white.text-nls-black.relative.overflow-hidden.border-b(class="dark
startOffset: -0.6,
endOffset: 0.4,
offsetTransition: "sine",
animationSpeed: 0.008,
animationSpeed: 0.003,
hueBase: 0.55,
hueVariation: 0.3,
opacity: 0.2,