+ 1
Plz help
<svg width="1000" height="250"> <circle align="center" cx="170" cy="125" r="20" fill="yellow"> <animate attributeName="r" from="20" to="35" dur="1s" fill="freeze" repeat Count="250 times"/> </circle> </svg> Its not repeating.
8 Antworten
+ 4
Do not -> repeat Count = "250 times"
Do -> repeatCount = "250"
+ 4
It is repeating. If you still can't see it then try running the code in other(modern) browser.
https://code.sololearn.com/W1kL9f0fq4BB/?ref=app
+ 3
No you can make this code in your code bits then share it.
+ 2
There you shouldn't use space between repeat and count.
+ 2
<svg width="1000" height="250">
<circle align="center" cx="170" cy="125" r="20"
fill="yellow">
<animate attributeName="r"
from="20" to="35"
dur="1s" fill="freeze"
repeatCount="250"/>
</circle>
</svg>
+ 1
Now also its not repeating
+ 1
Ok i m sending u
0
But now also its not repeating