📝 青海波のコード解説

SVGコード(同心円)
<circle r="40">
  <animate
    attributeName="r"
    values="20;40;20"
    dur="4s"/>
</circle>
実際の表示