minor bug fix

This commit is contained in:
sairaj mote 2022-07-28 01:10:34 +05:30
parent 8730afbbbe
commit ba680273b4

View File

@ -949,6 +949,10 @@
circle.classList.add("ripple");
const rippleAnimation = circle.animate(
[
{
opacity: 1,
transform: `scale(0)`
},
{
transform: "scale(4)",
opacity: 0,