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