I have SVG paths that link up to elements (a bit like a rudimentary particles.js) Each element is draggable and when this happens the path will follow the element wherever it goes but I would like the elements to animate without having to be dragged, and for the path to keep on following in the same way.
Is this feasible.