From 8c8ccbe92979937179d57ea77ede083f729ea7df Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 9 Mar 2026 18:11:09 -0700 Subject: [PATCH] Fix: Sharper spikes and snappier pulse timing --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b4d553c..f4bd19e 100644 --- a/index.html +++ b/index.html @@ -12,12 +12,12 @@ */ .s-spikes-pulse { transform-origin: 50px 50px; - animation: s-rapid 0.35s infinite; + animation: s-rapid 0.32s infinite; } @keyframes s-rapid { 0%, 100% { transform: scale(1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } - 50% { transform: scale(0.6); 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); } } @@ -26,8 +26,8 @@ - - + +