Time
TIMER:
Timer: 0

EXPECTED BEHAVIOR:
Testing: speed.
At 0 seconds, time will appear.
At 2 seconds, time will start animating color from blue to red.
At 7 seconds, time will be red then remove back to blue.

SAMPLE CODE:
<DIV id="d1" style="position:absolute; color:blue; 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"/>

INFORMATION:
Copyright: Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. Author: Debbie Newman, Microsoft
Version: 11/02/2000
Module: animateColor
Feature: speed, attributeName, to, begin, dur, targetElement, additive, calcmode, fill=remove
File Name: animateColor_speed_001.htm
Media Components: none