0
How can i animate a ellipse? I have been trying but its not working
I have been trying to animate Buti can't see what's wrong with my code . I have a pic of my code if anyone can help me? here's my code: <svg width="2000" height="2000"> <ellipse cx="200" cy="100" rx="70" ry="100" style= "fill:yellow"> <animate attributeName="x" from="0"to="320"dur="2s"fill="freeze"repeatCount="2"/> </ellipse> <rect width="130"height="200" x="220" y="520" fill="grey" stroke:"black"/> </svg>
4 ответов
+ 1
attributeName="rx" there is no x in ellipse
.. those little things ;)
+ 1
yeah.. i know those situations. take a break ;)
0
oooooooo thank you sooo much I've been staring at this code for an hour
0
okay yea I think I need a break 😁