0
Need help
How do I repeat a animation I created. Is it not infinite
3 Answers
+ 1
I have the same problem also my rectangle is not showing
0
<svg width="1000" height="50">
<rect width="300" height="100"
fill="red">
<animate attributeName= "x" from="0" to="50"
dur="3s" fill="loop"
repeat count="infinite"/>......... this is what I have and Iâm trying to make the rect repeat itâs action
0
Jan Markus thank you so much. Itâs so great to have this kind of help.