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

wipeStyle Attribute | WipeStyle Property

Internet Development Index

Sets or retrieves the method used to reveal the new content.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.RadialWipe(
    wipeStyle = sStyle ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.RadialWipe").WipeStyle [ = sStyle ]

Possible Values

sStyleString that specifies or receives one of the following possible values.
CLOCKDefault. Sweeps around the center, clockwise from the top.
WEDGESweeps around the center in both directions from the top.
RADIALSweeps from the top to the left side, with one end of the sweep anchored on the upper left corner.

The property is read/write. The property has a default value of CLOCK.

Example

This example uses the backgroundColor property to change the display before the transition is played.

<SCRIPT>
var bToggle = 0;
function fnToggle() {
oDiv.filters[0].Apply();
// After setting Apply, changes to the oDiv object
//  are not displayed until Play is called.
if (bToggle) {
bToggle = 0;
oDiv.style.backgroundColor="gold";  }
else {
bToggle = 1;
oDiv.style.backgroundColor="green"; }
oDiv.filters[0].Play();
}
</SCRIPT>
<BUTTON onclick="fnToggle()">Toggle Transition</BUTTON><BR/><BR/>
<FONT SIZE="+4" >
<!-- This DIV is the target of the transition. -->
<DIV ID="oDiv" STYLE="height:250px; width:250px; background-color: gold;
filter:progid:DXImageTransform.Microsoft.RadialWipe(
duration=2, wipeStyle='WEDGE');">
TEXT<BR/>TEXT<BR/>TEXT<BR/>TEXT<BR/>
</DIV>
<SPAN ID="oSpan"><SPAN>
</FONT>

Applies To

RadialWipe

See Also

Transitions, Transition Design Considerations
房产| 满洲里市| 颍上县| 闸北区| 大冶市| 镇康县| 泽州县| 海盐县| 衡南县| 仪陇县| 德清县| 集安市| 东丰县| 军事| 萝北县| 汪清县| 锡林浩特市| 象山县| 民权县| 汕尾市| 海盐县| 宕昌县| 陵水| 罗城| 定结县| 水富县| 海伦市| 绥滨县| 华容县| 苗栗市| 张家界市| 库尔勒市| 澄江县| 临西县| 如皋市| 上林县| 宣威市| 宜良县| 凯里市| 涪陵区| 巩义市|