I got inspiration from this pen where there are animated footprints. My question is how could I combine it with a given trajectory so that the footprints will just follow the path? My path would be something like:
<svg id="svg" width="800" height="800">
<path id="path" d="M130 20 L230 80 L200 100 L170 200"/>
<image id="footprint" xlink:href="http://icons.veryicon.com/png/System/Icons8%20Metro%20Style/Tracks%20Footprints%20Left%20shoe.png" x="0" y="0" height="50px" width="50px"/>
</svg>
Thank you very much for your help!