From 5b7d4dc176cd1351cff65641c663dba9dc444569 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 9 Mar 2026 18:13:18 -0700 Subject: [PATCH] Fix: Soften pulse timing & bump core radius slightly Co-authored-by: Claude --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index f4bd19e..be44824 100644 --- a/index.html +++ b/index.html @@ -12,12 +12,12 @@ */ .s-spikes-pulse { transform-origin: 50px 50px; - animation: s-rapid 0.32s infinite; + animation: s-rapid 0.4s infinite; } @keyframes s-rapid { - 0%, 100% { transform: scale(1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } - 50% { transform: scale(0.55); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } + 0%, 100% { transform: scale(1); animation-timing-function: cubic-bezier(0.33, 0, 0.2, 1); } + 50% { transform: scale(0.55); animation-timing-function: cubic-bezier(0.33, 0, 0.2, 1); } } @@ -26,8 +26,8 @@ - - + + @@ -63,7 +63,7 @@ - + @@ -82,7 +82,7 @@

Magnified View

- +