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>
4 Antworten
+ 5
thank you Chris C. and Calvin for helping get what I was looking for, bravo.
+ 3
No, but I can with CSS.
https://code.sololearn.com/WA3A536A15a1
+ 1
Put a word in thus SVG rectangle that is moving.
https://code.sololearn.com/WqttUik3CtbK/?ref=app
0
Change to circular that is rotating logo
https://code.sololearn.com/WdD5yYcxGunf/?ref=app