rectangle animateion 6

0

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

<svg width="640" height="640" style="background:black">
<rect x="0" y="0" width="50" height="800"><animate attributeType="XML" attributeName="fill" dur="17s" repeatCount="indefinite" values="silver;black;gold;red;black;silver" /></rect>
<rect x="50" y="0" width="50" height="800"><animate attributeType="XML" attributeName="fill" dur="32s" repeatCount="indefinite" values="silver;black;gold;red;black;silver" /></rect>

・・・・・・・・

<rect x="800" y="0" width="50" height="800"><animate attributeType="XML" attributeName="fill" dur="16s" repeatCount="indefinite" values="silver;black;gold;red;black;silver" /></rect>
</svg>

Default