Timer: 0

Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Debbie Newman,±Microsoft
Version: 11/8/2000
Module: InlineTransitions Module
Feature: repeatCount, calcMode=linear, accumulate=sum
File Name: transfilter_mode-default_from_to_accumulate-sum_calcMode-linear.html
Media Components: images/earth.jpg 
EXPECTED BEHAVIOR:
Transition will start at 0s with media 0% displayed,
become more visible over dur, hold at 12s with media 66.6% visible.
Duration of media is 20 seconds.
Transition will be type="barWipe" subtype="leftToRight"

<t:img id="m1" src="../images/earth.jpg " dur="20"> <t:transitionfilter id="trans1" type="barWipe" subtype="leftToRight" dur="6" from="0" to=".333" calcMode="linear" accumulate="sum" repeatCount="2" fill="hold" /> </t:img>