0

Why doesn’t this code works?? (Animation)

Animation →changing place https://code.sololearn.com/WdV5xp6b6rdQ/?ref=app

14th Dec 2020, 9:01 AM
Rameswar Paul
Rameswar Paul - avatar
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>
14th Dec 2020, 9:04 AM
Simba
Simba - avatar
+ 1
Thanks 😊
15th Dec 2020, 9:33 AM
Rameswar Paul
Rameswar Paul - avatar