rectangle animateion 2

0

作品を見る
http://etext-music.com/works/svg/SVG02_2.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="020" fill="navy " opacity="0.6">
<animate attributeType="XML" attributeName="x" dur="028s" values="-320; 640; -320"
repeatCount="indefinite" />
</rect>
<rect y="010" width="320" height="020" fill="blue " opacity="0.6">
<animate attributeType="XML" attributeName="x" dur="050s" values="-320; 640; -320"
repeatCount="indefinite" />
</rect>

・・・・・・・・

<rect y="630" width="320" height="020" fill="navy " opacity="0.6">
<animate attributeType="XML" attributeName="x" dur="027s" values="-320; 640; -320"
repeatCount="indefinite" />
</rect>
</svg>

Default