<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; background-color:blue; color:blue; width:200; height:100; font-size:1in; top:5;left:5">Time</DIV> 
<t:animateColor attributeName="color" to="red" begin="2s" accelerate="1" dur="2s" targetElement="d1"  additive="replace" calcmode="linear" fill="hold"/>
<t:animateColor attributeName="background-color" to="red" begin="2s" dur="2s" targetElement="d1"  additive="replace" calcmode="linear" fill="hold"/>
<!--*******************************************************************************-->
<!--***************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: accelerate.<br>
At 0 seconds, box with the word time will appear blue. They are both blue so you can't see the word time.<br>  
At 2 seconds, box and time will start animating color from blue to red. The word time is accelerated and the box is linear.<br>  
At 2-4 seconds, the word time will appear and disapper<br>
At 4 seconds, box and time will be red and hold.<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" accelerate="1" dur="2s" targetElement="d1"  additive="replace" calcmode="linear" fill="hold"/><br><br>
<B>INFORMATION:</B><br>
Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, 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: attributeName, to, begin, accelerate, dur, targetElement, additive, calcmode, fill=hold<br>
File Name: animateColor_accelerate_001.htm<br>
Media Components: none<br><br>
</div>
</BODY>
</HTML>