diff --git a/index.html b/index.html
index f4a37f3..a499fa3 100644
--- a/index.html
+++ b/index.html
@@ -953,6 +953,10 @@
circle.classList.add("ripple");
const rippleAnimation = circle.animate(
[
+ {
+ opacity: 1,
+ transform: `scale(0)`
+ },
{
transform: "scale(4)",
opacity: 0,