maxwellito / vivus

JavaScript library to make drawing animation on SVG
MIT License
15.25k stars 1.13k forks source link

Not working for a simple test #251

Open papipsycho opened 1 year ago

papipsycho commented 1 year ago

Hello Guys,

i juste do a simple code on codepen for test

and i really didn't know why is not working

https://codepen.io/julien-romagnoli/pen/poQXJYE?editors=1010

is stay in progress without any progress

i didn't see what i miss

Thanks for your help

maxwellito commented 1 year ago

Hi there,

From what I can see, you haven’t copied the default style from the demo page. So the paths are filled and no stroke is set, which is what the animation is based on.

I did some changes from my mobile, not sure it was saved : https://codepen.io/julien-romagnoli/pen/poQXJYE?editors=1010

Ok, now your animation has changed and seems to work. Did you managed to make it work?

papipsycho commented 1 year ago

Ohh yes i realize this, like 10min after posting this :s, sorry that, thanks a lot for the answer

shikkaba commented 1 week ago

@papipsycho This issue should be closed.