rectangle animateion 5

0

作品を見る
http://etext-music.com/works/svg/SVG03_1.html

<svg width="640" height="640" style="background:black">
<rect x="0" y="0" width="80" height="80"><animate attributeType="XML" attributeName="fill" dur="11s" repeatCount="indefinite" values="snow;red;green;blue;snow" /></rect>
<rect x="0" y="80" width="80" height="80"><animate attributeType="XML" attributeName="fill" dur="44s" repeatCount="indefinite" values="snow;red;green;blue;snow" /></rect>

・・・・・・・・

<rect x="700" y="700" width="80" height="80"><animate attributeType="XML" attributeName="fill" dur="31s" repeatCount="indefinite" values="snow;red;green;blue;snow" /></rect>
</svg>

Default