motion Attribute | Motion Property

Internet Development Index

Sets or retrieves the corner from which new content is revealed during a Strips transition.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Strips(
    motion = sMotion ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Strips").Motion [ = sMotion ]

Possible Values

sMotionString that specifies or receives the following values:
leftdownDefault. New content is revealed from the upper left corner to the lower right.
leftupNew content is revealed from the lower left corner to the upper right.
rightdownNew content is revealed from the upper right corner to the lower left.
rightupNew content is revealed from the lower right corner to the upper left.

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

Applies To

Strips