From 2e5a56723d7d7ffe96a0c1ec89786ee7794a4762 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Tue, 24 Mar 2026 12:39:12 +0800 Subject: [PATCH] fix(css): limit hero sheen animation to 3 iterations Co-Authored-By: Claude --- website/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/style.css b/website/static/style.css index 8418770..ce44d49 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -182,7 +182,7 @@ kbd { background: linear-gradient(118deg, transparent 35%, oklch(100% 0 0 / 0.09) 49%, transparent 63%); transform: translateX(-30%); - animation: sheen-drift 18s linear infinite; + animation: sheen-drift 18s linear 3; } .hero.offscreen .hero-sheen,