<html xmlns:t ="urn:schemas-microsoft-com:time" >
<head>
<style>
	 .time    { behavior: url(#default#time2);}
</style>
<?IMPORT namespace="t" implementation="#default#time2">
</head>
<body>
<DIV align="left" style="position:absolute; top:270; left:10;">
Timer:
<span id="Timer" class="time" dur="1"  repeatCount="indefinite"
 onrepeat="innerText=parseInt(document.body.currTimeState.activeTime);">0</span>
 <br><br>
 <pre>
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: from="0", by=".5", calcMode="discrete"
File Name: transfilter_mode-in_from_by_calcMode-discrete.html
Media Components: videos/nasa.qt
<B>EXPECTED BEHAVIOR:</B><br>
Transition will start at 0s with media 0% displayed,<br>
become more visible over dur, freeze  at 6s with media 50% visible.<br>
Duration of media is 10 seconds.<br>
Transition will be type="irisWipe" subtype="rectangle"<br><br>
<t:video  id="m1"  src="../videos/nasa.qt "   dur="10">
<t:transitionfilter id="trans1" type="irisWipe" subtype="rectangle"   dur="6"
from="0"   by=".5" calcMode="discrete"     mode="in" fill="freeze"  />
</t:video>
</pre>
</DIV>
<img  src="../images/irisWipe.gif" />
<t:video  id="m1"  src="../videos/nasa.qt "   dur="10">
<t:transitionfilter id="trans1" type="irisWipe" subtype="rectangle"   dur="6"
from="0"   by=".5" calcMode="discrete"     mode="in" fill="freeze"  />
</t:video>
</body>
</html>