feat: Logo-Animation synchronisiert Farben mit aktueller Farbe

hue-rotate verschiebt die Palette (Gelb/Pink/Lila) synchron zum
Farbton der identifizierten Farbe. Sanfter 0.8s Übergang.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ferdinand
2026-04-03 17:14:26 +02:00
parent a7d51b9e17
commit 64614d49e7
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ body {
transition: background 0.8s ease;
}
#lottie-logo { transition: filter 0.8s ease; }
#lottie-bg {
position: fixed;
inset: 0;