Wave Generator
					
<svg width="100%" height="100%" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" overflow="auto" shape-rendering="auto" fill="#ffffff">
  <defs>
   <path id="wavepath" d="M 0 2000 0 500 Q 62.5 315 125 500 t 125 0 125 0 125 0 125 0 125 0 125 0 125 0 125 0 125 0 125 0  v1000 z" />
   <path id="motionpath" d="M -250 0 0 0" /> 
  </defs>
  <g >
   <use xlink:href="#wavepath" y="125" fill="#29B6F6">
   <animateMotion
    dur="5s"
    repeatCount="indefinite">
    <mpath xlink:href="#motionpath" />
   </animateMotion>
   </use>
  </g>
</svg>
				 






