¹øÈ¯¿¡ Àû¿ëµÇ´Â ÇϺΠÇü½ÄÀÇ À̸§À» ¹ÝȯÇϰųª ¼³Á¤ÇÑ´Ù.
¼Ó¼º°ªÀº ¹øÈ¯¿¡ Àû¿ëµÇ´Â ÇϺΠÇü½ÄÀÇ À̸§À» ³ªÅ¸³»´Â ¹®ÀÚ¿ÀÌ´Ù.
| Type | ¿¬°üµÈ ÇϺΠÇü½Ä(subtype)µé | 
|---|---|
| starWipe | fivePoint (¹Ýµå½Ã ÁöÁ¤µÇ¾î¾ß ÇÑ´Ù) | 
| barWipe | leftToRight, topToBottom | 
| barnDoorWipe | vertical, horizontal | 
| irisWipe | rectangle, diamond | 
| ellipseWipe | circle | 
| clockWipe | clockwiseTwelve | 
| fanWipe | centerTop | 
| snakeWipe | topLeftHorizontal | 
| spiralWipe | topLeftClockwise | 
| pushWipe | fromLeft | 
| slideWipe | fromLeft | 
| fade | crossfade | 
ÀÌ ¼Ó¼ºÀº Àбâ/¾²±âÀÌ¸ç µðÆúÆ®°ªÀº ¾ø´Ù.
ÀÌ ÆÄ¶ó¸ÞÅÍ´Â ¼±ÅÃÀûÀ̰í ÁöÁ¤µÇ¸é À§ Å×À̺í Áß ÇϳªÀÇ type ¼Ó¼º°ú ¿¬°üµÈ º¯È¯ subtype °ªÀ̾î¾ß ÇÑ´Ù.
ÀÌ ÆÄ¶ó¸ÞÅͰ¡ ÁöÁ¤µÇÁö ¾Ê¾ÒÀ¸¸é ÁöÁ¤µÈ type ¼Ó¼ºÀÇ µðÆúÆ® subtype ¼Ó¼º°ªÀÌ Àû¿ëµÇ´Âµ¥ ´ÙÀ½ÀÇ ¿¹¿Ü°¡ ÀÖ´Ù. type ¼Ó¼ºÀÌ starWipe·Î ¼³Á¤µÇ¾î ÀÖÀ¸¸é, º¯È¯ÀÌ Àû¿ëµÇ±â À§Çؼ´Â Áö¸íÀûÀ¸·Î subtype ¼Ó¼ºÀ» fivePoint·Î ¼³Á¤ÇÏ¿©¾ß ÇÑ´Ù.
µðÆúÆ®°ªÀÌ ¾ÖÆ®¸®ºäÆ®³ª ½ºÆ®¸³Æ®·Î ¼³Á¤µÇÁö ¾Ê¾ÒÀ¸¸é ½ºÅ©¸³Æ®¸¦ ÅëÇÏ¿© µðÆúÆ® subtype ¼Ó¼º°ªÀ» ¹Ýȯ¹ÞÀ» ¼ö ¾ø´Ù.
| °³Ã¼ | script | HTML | ±Ô°Ý | IE | 
|---|
<HTML xmlns:t= 'urn:schemas-microsoft-com:time'>
<HEAD>
<STYLE>
.time { behavior: url(#default#time2) }
.looks {border:solid 4 red;width:250;height:150;padding:10;line-height:2em;
  filter:progid:DXImageTransform.Microsoft.Gradient();color:white;font-size:28;font-weight:bold;text-align:center}
</STYLE>
</HEAD>
<BODY>
<IMPORT namespace=t urn='urn:schemas-microsoft-com:time' implementation='#default#time2' />
<DIV id="oDiv" class="time looks">type=barnDoorWipe<BR>subtype=vertical
<T:transitionFilter id="tfObj" type="barnDoorWipe" subtype="vertical"
  begin="oDiv.begin" dur="1" mode="in" from="0.0" to="1.0" calcMode="linear" repeatCount="1"/>
</DIV>
<BUTTON onclick="tfObj.beginElement();showA.innerText=tfObj.subtype">´Ù½Ã ½ÃÀÛ</BUTTON>
tfObj.subtype=<SPAN id=showA style=color:blue></SPAN>
</BODY>
</HTML>