Hi there,
I'm trying to animate an SVG using DrawSVG on mouse down/up. On mouse down the animation seems to be working fine but when you release the mouse and try to press it down again the animation doesn't happen.
Instead, these parameters go down to:
stroke-dashoffset: 0;
stroke-dasharray: none;
Does anyone know why is this happening?
Thank you