ÇÊÅÍÀÇ ¿ÀÇÁ¼¼Æ® ¹æÇâÀ» ¹ÝȯÇϰųª ¼³Á¤ÇÑ´Ù.

Script object.filters.item('progid:DXImageTransform.Microsoft.filterName').[=propVal]
HTML {filter:progid:DXImageTransform.Microsoft.filterName(=propVal)...}
Àμö
propVal °ªÀÇ Á¾·ù : Á¤¼ö °¢µµÀÇ °ªÀÌ´Ù.
0   À§ÂÊ ¹æÇâ
45   ¿À¸¥ÂÊ, À§ÂÊ ¹æÇâ
90   ¿À¸¥ÂÊ ¹æÇâ
135   ¿À¸¥ÂÊ, ¾Æ·¡ÂÊ ¹æÇâ
180   ¾Æ·¡ÂÊ ¹æÇâ
225   ¾Æ·¡ÂÊ, ¿ÞÂÊ ¹æÇâ
270 µðÆúÆ® ¿ÞÂÊ ¹æÇâ
315   À§ÂÊ, ¿ÞÂÊ ¹æÇâ
360   0°ú °°´Ù.
Àбâ/¾²±â °¡´É¼º
Àбâ/¾²±â
Ư±â

360À» ÃÊ°úÇϰųª, À½¼öÀÏ °æ¿ì¿¡´Â ÀÚµ¿ÀûÀ¸·Î °¢µµ¸¦ ¿¡¼­ 360° °¢µµ·Î ȯ»êÇÏ¿© Àû¿ëÇÑ´Ù.

À§¿¡ ¸í½ÃµÈ °¡´ÉÇÑ °ª ÀÌ¿ÜÀÇ °ªÀÌ ÁÖ¾îÁø °æ¿ì¿¡´Â °¡´ÉÇÑ °ª Áß °¡Àå °¡±î¿î °ªÀ¸·Î Àû¿ëµÈ´Ù.


Direction ¼Ó¼º ¿¹Á¦

À̹ÌÁö Ŭ¸¯Çϸé ÁßÁö

<SCRIPT>
function doPlay(){
  with (window.event.srcElement.filters[0]){
    if (strength){
      strength-=1;
      direction+=45;
    }
  }
}
</SCRIPT>
<IMG src="../../gif/rfexample.gif"  onfilterchange="doPlay()" onclick="this.filters[0].strength=0"
  style="width:100;filter:progid:DXImageTransform.Microsoft.MotionBlur(Strength=100,Direction=0)">