From 25946a11d504d82a90bde60bf945da36d5572730 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 28 Jul 2022 01:09:39 +0530 Subject: [PATCH] minor bug fix --- index.html | 4 ++++ 1 file changed, 4 insertions(+) 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,