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