+ 3
Can <animate> move in more than one direction or have more than one to and from points?
2 Answers
+ 5
Use <animateMotion> instead.
A full description in:
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateMotion
+ 4
Yes. You can use 2 <animate> tags to move in more than one direction.