PlayGround

<svg width=“100” height=“100”>

<circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red">
  <animate attributeName="fill" values="red;blue;red" dur="4s" repeatCount="indefinite" />
</circle>

</svg>