+ 3
Try: <svg width="1000" height="250"> <ellipse rx="70" ry="50" fill="orange" cx="0"> <animate attributeName="cx" from="0" to="300" dur="1s" fill="blue" repeatCount="20"/> </ellipse> </svg>
2nd Apr 2018, 4:45 PM
Chalza
Chalza - avatar
0
cx is like x position
2nd Apr 2018, 4:51 PM
Chalza
Chalza - avatar