what's the use of attrbuteName="x" from="0" to ="300" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

what's the use of attrbuteName="x" from="0" to ="300"

<svg width="1000" height="250"> <rect width="150" height="150" fill="orange"> <animate attributeName="x" from="0" to="300" dur="3s" fill="freeze" repeatCount="2"/> </rect> </svg>

9th Jan 2020, 6:09 PM
Dove
Dove - avatar
2 Answers
+ 5
It's well explained in this lesson https://www.sololearn.com/learn/HTML/2213/
9th Jan 2020, 7:56 PM
Kevin ★
+ 1
attributeName*
9th Jan 2020, 6:23 PM
Mohamed Yassine Yahyaoui
Mohamed Yassine Yahyaoui - avatar