rectangle animateion 4

0

作品を見る
http://etext-music.com/works/svg/SVG02_4.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="002" fill="red " opacity="0.6">
<animate attributeType="XML" attributeName="x" dur="029s" values="-320; 640; -320"
repeatCount="indefinite" />
</rect>
<rect y="001" width="320" height="002" fill="yellow " opacity="0.6">
<animate attributeType="XML" attributeName="x" dur="015s" values="-320; 640; -320"
repeatCount="indefinite" />
</rect>

<rect y="639" width="320" height="002" fill="yellow " opacity="0.6">
<animate attributeType="XML" attributeName="x" dur="023s" values="-320; 640; -320"
repeatCount="indefinite" />
</rect>
</svg>

Default