+ 2
This code is not working why?
<svg width="500" height="500"> <circle cx="50" cy= "50" r ="50" fill="green"> <animate attributeName="x" from="100" to="400" dur="2s" fill="freeze"/> </circle> </svg>
3 Answers
+ 2
I think there may be attributeName="cx" instead of "x".đ
+ 2
plzz share ur whole code so we help u fast
+ 2
Shrish u r right
replace value of attributeName from "c" to "cx"