¹øȯ¿¡ Àû¿ëµÇ´Â ÇϺΠÇü½ÄÀÇ À̸§À» ¹ÝȯÇϰųª ¼³Á¤ÇÑ´Ù.

Àμö
: (¼Ó¼º ¹®ÀÚ¿­)

¼Ó¼º°ªÀº ¹øȯ¿¡ Àû¿ëµÇ´Â ÇϺΠÇü½ÄÀÇ À̸§À» ³ªÅ¸³»´Â ¹®ÀÚ¿­ÀÌ´Ù.

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 ¼Ó¼º°ªÀ» ¹Ýȯ¹ÞÀ» ¼ö ¾ø´Ù.

Àû¿ë
°³Ã¼scriptHTML±Ô°ÝIE
ÂüÁ¶
HTML+time, end

type, ¼Ó¼º ¿¹Á¦

type=barnDoorWipe
subtype=vertical
tfObj.subtype=
<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>