Is this wrong? I cant seem to get the square to work. <!DOCTYPE html> <html> <head> </head> <body> <svg width="1000" height="250"> <rect width="150" height="150" fill="orange"> <animate attributeName="x" from="0" to="300" dur="3s" fill="remove" repeatCount="indefinite"/> </rect> </svg> </body> </html>
2/27/2019 1:08:58 AM
Ethan Byle2 Answers
New AnswerSololearn Inc.
535 Mission Street, Suite 1591Send us a message