Skip to content

Category: Questions

JavaScript SVGLine connecting moving elements animation

I have two SVG rectangles; two of their corners are connected by a SVGLine, and I am trying to animate the whole. Now the rectangles are moving to a new position using the Element.animate() function (the new positions have to be computed at runtime so I think it is only possible with the animate() function in…