上下位置の変化
上下位置をコントロールします。
属性「top」の値をHTML+TIMEで少しずつ変化させます。
サンプル
<v:polyline id="test" style="position:relative;" points="0,0 200,0 0,100 0,0" /><t:animate targetElement="test" attributeName="top"from="0" to="100"begin="1" dur="3" autoreverse="true" repeatCount="indefinite" />