Timer: 0

Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Debbie Newman,±Microsoft
Version: 11/8/2000
Module: InlineTransitions Module
Feature: accumulate="sum", from=".66" to=".33", repeatDur="4"
File Name: transfilter_mode-default_from_to_accumulate-sum_calcMode-paced.html
Media Components: videos/nasa.qt
EXPECTED BEHAVIOR:
Transition will start at 0s with media 66% displayed,
wipes to 33% visible over 2s. Transition repeats and accumulates so that
video jumps to 100% visible at 2s and wipes to 66% visible at 4s.
Duration of media is 8 seconds.
Transition will be type="barWipe" subtype="leftToRight"

<t:video id="m1" src="../videos/nasa.qt " dur="8"> <t:transitionfilter id="trans1" type="barWipe" subtype="leftToRight" dur="2" from=".66" to=".33" calcMode="paced" accumulate="sum" repeatDur="4" fill="freeze" /> </t:video>