feat: Hintergrund-Animation 'Background Grey Wave' als Fullscreen-Layer
Lottie-Animation fixed hinter allen Inhalten, 100vw/100vh skaliert. Header mit Glassmorphism-Effekt (backdrop-filter blur) damit Inhalt beim Scrollen lesbar bleibt. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="lottie-bg"></div>
|
||||
<header>
|
||||
<div style="display:flex;align-items:center;gap:0.6rem;margin-bottom:1.25rem">
|
||||
<div id="lottie-logo" style="width:80px;height:80px;flex-shrink:0"></div>
|
||||
@@ -174,6 +175,13 @@
|
||||
autoplay: true,
|
||||
path: 'Fluid Loading Animation.json'
|
||||
});
|
||||
lottie.loadAnimation({
|
||||
container: document.getElementById('lottie-bg'),
|
||||
renderer: 'svg',
|
||||
loop: true,
|
||||
autoplay: true,
|
||||
path: 'Background Grey Wave.json'
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user