0
I tried this code and it's doesn't work.
<svg width="500" height="500"> <rect width="300" height="200" fill="orange"> <animate attributeName="x" from="0" to="300" dur="5s" fill="freeze" repeatCount="2" /> </rect></svg>Need Help!!
4 odpowiedzi
+ 1
I've tried on chrome and it worked. Thank you!
+ 1
It will not work on every browser, like it doesn't work on Opera, so you must apply every code on chrome only.
0
try another browser firefox, chrome, etc
0
your code is working perfect. :) I tested it. but you used 2 to fill. correct it.