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 @@