How can i move svg animations down?🤔🤔 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

How can i move svg animations down?🤔🤔

In the HTML course they just move right and I know how to make it to left but can you tell how to move it down?

26th Feb 2017, 8:14 AM
Nikhil
Nikhil - avatar
3 Answers
+ 7
To move on x-axis, you should have something like: <animation attributeName="x" from=... /> ( attribute name may differs according to the targeted shape: x for rect, cx for circle... ) You just need to change it to the attribute name you want, in your case: attributeName="y"
26th Feb 2017, 12:32 PM
visph
visph - avatar
+ 13
Hey visph you are amazing!!! Thank you so much😀😀😁😁
26th Feb 2017, 12:40 PM
Nikhil
Nikhil - avatar
+ 9
Glad to help you here and on others questions, but why don't you set any 'best answer' to your question threads, especially since your questions/thanks gets strangely more 'thumb up' than the helping answers ^^ ?
8th Apr 2017, 12:32 PM
visph
visph - avatar