Can anyone help me how to put words in this SVG rectangle that is moving? and can i change it to circular that is rotating logo | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone help me how to put words in this SVG rectangle that is moving? and can i change it to circular that is rotating logo

this is the code: svg width="1000" height="250"> <rect width="150" height="150" fill="orange"> <animate attributeName="x" from="0" to="980" dur="3s" fill="freeze" repeatCount="indefinite"/> </rect> </svg>

31st Jan 2021, 2:40 AM
Ahmed Abdul
Ahmed Abdul - avatar
4 Answers
+ 5
thank you Chris C. and Calvin for helping get what I was looking for, bravo.
1st Feb 2021, 6:49 AM
Ahmed Abdul
Ahmed Abdul - avatar
+ 3
31st Jan 2021, 12:02 PM
Chris Coder
Chris Coder - avatar
+ 1
Put a word in thus SVG rectangle that is moving. https://code.sololearn.com/WqttUik3CtbK/?ref=app
31st Jan 2021, 12:42 PM
Calviղ
Calviղ - avatar
0
Change to circular that is rotating logo https://code.sololearn.com/WdD5yYcxGunf/?ref=app
31st Jan 2021, 1:10 PM
Calviղ
Calviղ - avatar