+ 1

Please help am trying to make this slide.

https://code.sololearn.com/WHCoZRAzjzFt/?ref=app

4th Nov 2017, 10:19 AM
kagiso ngakane
kagiso ngakane - avatar
2 odpowiedzi
+ 6
You must close the <circle> tag element, and use a relevant attribute name to animate: <svg width="1000" height="250"> <circle cx="150" cy="150" r="50" fill="orange"> <animate attributeName="cx" from="0" to="300" dur="3s" fill="freeze" repeatCount="2"/> </circle> </svg> (added '</circle>' and changed 'attributeName' value)
4th Nov 2017, 11:15 AM
visph
visph - avatar
+ 1
Oh thank you so much
4th Nov 2017, 11:45 AM
kagiso ngakane
kagiso ngakane - avatar