SVG inline animation
by aparnet
HTML
<svg width="340" height="333" viewPort="0 0 340 333" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path id="path1" fill="none" stroke="#000000" d="M0.905,0.643c0,0,51.428,73.809,79.047,166.19s68.095,38.572,107.144-18.095 c39.047-56.667,72.381-92.382,113.333-42.381S335.5,178.5,374,200.5s82-18.5,97.5-33.5"/>
<circle r="15" cx="15" cy="15" fill="slategrey">
<animateMotion dur="3s" repeatCount="indefinite">
<mpath xlink:href="#path1"/>
</animateMotion>
</circle>
</svg>