Svg circle animation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Svg circle animation

Hello, I'm trying to do a basic circle animation in HTML, where the circle starts moving to the right for some time and then resets. We did the same in the SoloLearn example but with a rectangle. So why does this code not work?: <svg width="2000" height="2000"> <circle cx="80" cy="80" r="50" fill="green" /> <animate attributeName="cx" from="0" to="300" dur="3s" fill="freeze" repeatCount="3" begin="click"/> </circle> </svg>

8th May 2019, 11:22 AM
tobiasth2003
tobiasth2003 - avatar
1 Answer
+ 3
Thanks Satnam Singh. It worked
8th May 2019, 12:32 PM
tobiasth2003
tobiasth2003 - avatar