How would u animate both of the shape running simultaneously? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How would u animate both of the shape running simultaneously?

https://code.sololearn.com/WPnN7WiYN1H9/?ref=app

2nd Jun 2020, 5:07 AM
Oh Boi!
Oh Boi! - avatar
3 Answers
+ 3
<marquee> <p style=color:purple>This is a moving shape</p> </marquee> <svg height ="1000" width="1000"> <rect height="200" width="200" fill="maroon"> <animate attributeName="x" from="0" to="300" dur="4s" fill="freeze" repeatCount="2"/> </rect> </svg>
2nd Jun 2020, 5:44 AM
Abdulsalam Al-Ashwal
Abdulsalam Al-Ashwal - avatar
+ 1
https://code.sololearn.com/W2hzUOxFMZgV/?ref=app May this help you
2nd Jun 2020, 7:52 AM
Omkar Kamat
Omkar Kamat - avatar