+ 2
HTML: Why my circle don't move🤔
7 ответов
+ 4
try this:
<animate attributeName="cx" from="0" to="300"
dur="3s" fill="freeze" repeatCount="2">
+ 5
Your head is in the wrong place. It should be before the first body tag. You also need to add a </html> at the end.
+ 3
Thanks dozule, that's work it"s logic!👍
Thanks Green Ghost, that was begginers error.😁
+ 2
You're welcome. Copy this after the animation tag just for fun:
</animate>
<animate attributeName="opacity" from="1" to="0" dur="3s" repeatCount="indefinite"></animate>
+ 2
Usefull but not for my project.
Good to learn
https://code.sololearn.com/Wp8a3oKR9AWc/?ref=app
+ 2
Great. Congrats.
You should delete the unnecessary / here:
repeatCount="2"/>
And you forgot the comment after that.
+ 2
https://code.sololearn.com/Wp8a3oKR9AWc/?ref=app
final result