feat: add bloom pulse animation to header logo, glitch text-only
- Counter-rotating rings now also pulse outward from center (inner→outer ripple) - Use standalone `rotate`/`scale` CSS properties so animations don't conflict - Glitch animation scoped to logo text span only, not the SVG - Footer logo remains static (logo-static) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<!-- Brand -->
|
||||
<div>
|
||||
<a href="/" class="logo-glitch block mb-4 hover:opacity-90 transition-opacity w-fit" aria-label="{{ .Site.Title }} Home">
|
||||
<a href="/" class="block mb-4 hover:opacity-90 transition-opacity w-fit" aria-label="{{ .Site.Title }} Home">
|
||||
{{- partial "logo.html" (dict "id" "footer" "class" "h-10 w-auto logo-static") -}}
|
||||
</a>
|
||||
<p class="label text-fog max-w-xs leading-loose">{{ .Site.Params.description }}</p>
|
||||
|
||||
Reference in New Issue
Block a user