重なり順の変化
重なり順をコントロールします。
属性「z-index」の値をHTML+TIMEで少しずつ変化させます。
サンプル
<v:group style="width:1000; height:1000;"><v:oval id="test" style="left:0; top;0; width:200; height:100; z-index:0;" /><v:oval style="left:0; top;0; width:100; height:100; z-index:5;" /></v:group><t:animate targetElement="test" attributeName="z-index"from="1" to="10"begin="1" dur="3" autoreverse="true" repeatCount="indefinite" />