minor bug fix
This commit is contained in:
parent
8730afbbbe
commit
ba680273b4
@ -949,6 +949,10 @@
|
|||||||
circle.classList.add("ripple");
|
circle.classList.add("ripple");
|
||||||
const rippleAnimation = circle.animate(
|
const rippleAnimation = circle.animate(
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
opacity: 1,
|
||||||
|
transform: `scale(0)`
|
||||||
|
},
|
||||||
{
|
{
|
||||||
transform: "scale(4)",
|
transform: "scale(4)",
|
||||||
opacity: 0,
|
opacity: 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user