SVG animation help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

SVG animation help

I just learned html and am working on java. I'm practicing html doing svg animations and I'm lost as to how to align say a circle on the lower left of the screen and then animate it moving to the right. The lesson covered only the x or y axis and not how to utilize both.

8th Sep 2017, 6:37 PM
Ryan Pittman
Ryan Pittman - avatar
2 Answers
+ 3
Follow this tutorial https://jakearchibald.com/2013/animated-line-drawing-svg/ It teaches you use vector drawing software Inkscape to create SVG line and animated it using Css and Javascript. Here the sample: https://code.sololearn.com/Wk0dg4tllEvy/?ref=app
8th Sep 2017, 11:58 PM
Calviղ
Calviղ - avatar
+ 1
Thank you kindly!
8th Sep 2017, 7:32 PM
Ryan Pittman
Ryan Pittman - avatar