From 52c0fd5e2d0ae117fcea96c572ba0791109e3ad6 Mon Sep 17 00:00:00 2001 From: mifi Date: Sun, 1 Feb 2026 03:14:07 -0300 Subject: [PATCH] Maybe this will stop Lighthouse's complaining --- src/lib/components/Navigation.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index c742583..16b769f 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -290,6 +290,7 @@ animation-timeline: scroll(root block); animation-range: 300px 400px; animation-fill-mode: both; + will-change: opacity, visibility; } @keyframes nav-reveal-on-scroll {