H
T
M
L
+
T
i
m
e
TIMER:
Timer: 0

EXPECTED BEHAVIOR:
Testing: accelerate, autoReverse, repeatCount, dur.
At 0 seconds, HTML+time will appear.
At 2 seconds, each character will start, 0.25 seconds after each other, accelerating downwards to position 5,400 and anmimating color through the rainbow spectrum.
At 4-6 seconds, each character will will reach 5,400 and be red in color then autorevrse.
At 8 seconds, HTML+ Time will be at its starting position and be blue in color.
This will repeat 5 times freezing at 24 seconds.

SAMPLE CODE:
<DIV id="d1" style="position:absolute; color:blue; font-size:.5in; top:5;left:10""> H</DIV;>
<t:animateMotion to="5,400" begin="2.25s" accelerate="1" autoreverse="true" repeatCount="5" dur="2s" targetElement="d1" calcmode="linear" fill="freeze"/>

<t:animateColor attributeName="color" values="blue;green;yellow;orange;red" begin="2.25s" accelerate="1" autoreverse="true" repeatCount="5" dur="2s" targetElement="d1" calcmode="linear" fill="freeze"/>

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: accelerate, autoReverse, repeatCount, dur
File Name: animateColor_accelerate_autoreverse_002.htm
Media Components: none