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

slideStyle Attribute | SlideStyle Property

Internet Development Index

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

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Slide(
    slideStyle = sStyle ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Slide").SlideStyle [ = sStyle ]

Possible Values

sStyleString that specifies or receives one of the following values:
HIDEDefault. Slides bands of original content out, exposing new content.
PUSHSlides bands of new content in, pushing original content out.
SWAPAlternating bands expose new content, or push original content out, at the same time.

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

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";
oDiv.innerHTML="TEXT<BR/>TEXT<BR/>TEXT<BR/>TEXT<BR/>"; }
else {
bToggle = 1;
oDiv.style.backgroundColor="green";
oDiv.innerHTML="text<BR/>text<BR/>text<BR/>text<BR/>"; }
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.Slide(
duration=3, bands='8', slideStyle='PUSH');">
TEXT<BR/>TEXT<BR/>TEXT<BR/>TEXT<BR/>
</DIV>
<SPAN ID="oSpan"><SPAN>
</FONT>

Applies To

Slide

See Also

Transitions, Transition Design Considerations
潼南县| 阿勒泰市| 海阳市| 金平| 安阳市| 通许县| 耒阳市| 榆林市| 藁城市| 达尔| 鄂伦春自治旗| 天全县| 霍州市| 特克斯县| 怀柔区| 类乌齐县| 微博| 沛县| 香格里拉县| 贵州省| 衡水市| 阿图什市| 凯里市| 泊头市| 华阴市| 苍山县| 晋宁县| 济源市| 平安县| 太仓市| 常宁市| 怀集县| 嵩明县| 眉山市| 新竹县| 都匀市| 西藏| 华亭县| 乐亭县| 额济纳旗| 江阴市|