rectangle animateion 3

0

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

・・・・・・・・

<rect y="620" width="320" height="040" fill="violet " opacity="0.6">
<animate attributeType="XML" attributeName="x" dur="015s" values="-320; 640; -320"
repeatCount="indefinite" />
</rect>
</svg>

Default