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

This commit is contained in:
Michael Czechowski
2025-06-17 01:00:15 +02:00
parent dbd9d284fb
commit b6ebc25558
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.002,
animationSpeed: 0.01,
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.001,
animationSpeed: 0.008,
hueBase: 0.55,
hueVariation: 0.3,
opacity: 0.2,