rectangle animateion 0

0

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

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="640" height="640" style="background:black">
<rect y="000" width="320" height="010" fill="green " opacity="0.6">
<animate attributeType="XML" attributeName="x" dur="009s" values="-320; 640; -320"
repeatCount="indefinite" />
</rect>
<rect y="005" width="320" height="010" fill="seagreen " opacity="0.6">
<animate attributeType="XML" attributeName="x" dur="005s" values="-320; 640; -320"
repeatCount="indefinite" />
</rect>

・・・・・・・・

<animate attributeType="XML" attributeName="x" dur="013s" values="-320; 640; -320"
repeatCount="indefinite" />
</rect>
</svg>

Default