+ 4
Haw can animate an svg?
I have made a heart using svg. I want to animate it for beating. So please help me how can I do this.
4 Réponses
+ 5
Animate tag that set inside a svg, could animate any svg attributes with its attributes, like attributeName, dur, from, to and repatCount.
Search Mozilla doc to see how this attributes work.
+ 6
Use animate tag
https://code.sololearn.com/WIQKS1naSZvj/?ref=app
+ 1
Thanks
0
Could you please explain?