<HTML xmlns:t ="urn:schemas-microsoft-com:time">
<HEAD>
<?IMPORT namespace="t" implementation="#default#time2">
<style>.time {behavior: url(#default#time2)}</style>
</HEAD>
<BODY bgcolor="#eeffcc">
<!-- Time Content for testing -->
<DIV id="d1" style="position:absolute; color:blue; width:200; height:100; font-size:1in; top:5;left:5">Time</DIV> 
<t:animateColor attributeName="color" to="red" begin="2s" speed="2" dur="10s" targetElement="d1"  calcMode="paced" additive="sum" fill="remove"/>
<!--*******************************************************************************-->
<!--***************everything past this line is informational**********************-->
<!--*****Timer that displays activeTime and shows persistence*****-->
<DIV align="left" style="position:absolute; left:300">
<B>TIMER:</B><BR>
Timer:
<span id="Timer" class="time" dur=".01"  repeatCount="indefinite" fill="hold" onrepeat="innerText=parseInt(document.body.currTimeState.activeTime);">0</span><br><br>
<!--*****Expectations, Sample Code, and Information*****-->
<B>EXPECTED BEHAVIOR:</B><br>
Testing: speed.<br>
At 0 seconds, time will appear.<br>  
At 2 seconds, time will start animating color from blue to red.<br>  
At 7 seconds, time will be red then remove back to blue.<br><br>
<B>SAMPLE CODE:</B><br>
<DIV id="d1" style="position:absolute; color:blue; font-size:1in; top:5;left:5">
Time</DIV;><br>
<t:animateColor attributeName="color" to="red" begin="2s" speed="2" dur="10s" targetElement="d1"  calcMode="paced" additive="sum" fill="remove"/><br><br>
<B>INFORMATION:</B><br>
Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Debbie Newman, Microsoft<br>
Version: 11/02/2000<br>
Module: animateColor<br>
Feature: speed, attributeName, to, begin, dur, targetElement, additive, calcmode, fill=remove<br>
File Name: animateColor_speed_001.htm<br>
Media Components: none<br><br>
</div>
</BODY>
</HTML>