最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

direction Attribute | Direction Property

Internet Development Index

Sets or retrieves the direction that the filter's effect is offset.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.filter-name(
    direction = iOffset ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.filter-name").Direction [ = iOffset ]

Possible Values

iOffsetInteger that specifies or receives the direction of the offset, in degrees. This can be one of the following values.
0Top
45Top right
90Right
135Bottom right
180Bottom
225Bottom left
270Default. Left
315Top left

The property is read/write. The property has a default value of 270 for all objects with the exception of Shadow which has a default value of 225.

Remarks

Values less than 0 or greater than 360 automatically convert to values between 0 and 360. For example, a value of -45 degrees is equivalent to a value of 315 degrees.

Example

This example sets the Direction and Strength properties of the MotionBlur filter for an image, with an initial strength of 1. When the page loads, the onfilterchange event of the image fires. The onfilterchange event fires each time the Strength and Direction properties change, until Strength reaches a value of 100.

<SCRIPT>
function HandleChange()
{
with (window.event.srcElement.filters[0])
{
if (strength < 100)
{
strength += 1;
direction += 45;
}
}
}</SCRIPT>
<IMG ID="img1" SRC="solarsys.gif" onfilterchange="HandleChange()"
STYLE="filter:progid:DXImageTransform.Microsoft.MotionBlur(
STRENGTH=1, DIRECTION=0)" />
This feature requires Microsoft® Internet Explorer 5 or later. Click the following icon to install the latest version. Then reload this page to view the sample.

Applies To

MotionBlur, Shadow
蓝田县| 汕头市| 栾川县| 龙州县| 三原县| 阿瓦提县| 清河县| 翼城县| 张北县| 固原市| 水城县| 罗定市| 湖南省| 东乌珠穆沁旗| 万安县| 彰化市| 东兰县| 鹤壁市| 澜沧| 米脂县| 广汉市| 乌拉特前旗| 沧源| 通城县| 蛟河市| 四川省| 东丰县| 兴宁市| 出国| 西平县| 屏东县| 岱山县| 五华县| 玛曲县| 樟树市| 冷水江市| 东城区| 宿州市| 赤水市| 岐山县| 晋城|