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