0
Why doesn’t this code works?? (Animation)
Animation →changing place https://code.sololearn.com/WdV5xp6b6rdQ/?ref=app
2 ответов
+ 11
You closed the rect tag in a wrong method.
<rect height="250" width="250" fill="blue">
<animate attributeName="x" from="0" to="350" fill="freeze" dur="4s" repeatCount="2"/>
</rect>
+ 1
Thanks 😊