グラデーションの色の変化
グラデーションの色をコントロールします。
属性「color2」の値をHTML+TIMEで少しずつ変化させます。
サンプル
<v:polyline style="position:relative;" points="0,0 200,0 0,100 0,0"><v:fill id="test" type="gradientradial" color="#ccccff" color2="#ffffff" /></v:polyline><t:animatecolor targetElement="test" attributeName="color2"from="#ffffff" to="#000000"begin="1" dur="3" autoreverse="true" repeatCount="indefinite" />