TIMER:
Timer: 0

EXPECTED BEHAVIOR:
Testing: keySplines, keyTimes.
At 0 seconds, the inner and outer boxes will be green.
At 2 seconds, the inner and outer boxes will animate color from black to red.
At 8 seconds, the inner and outer boxes will finish animating and turn back to green.
**Note that the keySpline values "0 0 1 1" cause the animateColor to change linearly.

SAMPLE CODE:
<t:animateColor begin="2s" dur="5s" calcMode="spline" keySplines="0 0 1 1" keyTimes="0; 1" targetElement="T1" values="black;red" attributeName="style.backgroundcolor" fill="remove"/>
<t:animateColor begin="2s" dur="5s" CalcMode=linear keyTimes="0; 1" TargetElement=T2 values="black;red" attributeName="style.backgroundcolor" 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: begin, dur, calcMode=spline, keySplines, keyTimes, targetElement, values, fill=remove
File Name: animateColor_spline_001.htm
Media Components: images/spline_img01.gif