TOP /TIME 点滅文字(TIME-animateColor)IE専用

点滅文字

<HTML XMLNS:t ="urn:schemas-microsoft-com:time">
<head>
<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=Shift_JIS">
<?IMPORT namespace="t" implementation="#default#time2">
<TITLE>点滅文字</TITLE>
</head>
<BODY>

<a href="../index.html"id="blink_id">点滅文字</a>

<t:animateColor targetElement="blink_id" attributeName="color"
 from="blue" to="red" dur="0.5" autoreverse="true" repeatCount="indefinite" />

</BODY>
</HTML>

青色の部分はTIMEを使用するために必要な宣言です。
赤色部分は好みに応じて変更してください。
fromで指定した色からtoで指定した色までdurで指定した時間をかけて変化します。
autoreverseをtrueにすることでfrom→to→fromと変化します
repeatCountをindefiniteにすることで終わり無く繰り返します