motion Attribute | Motion Property

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

sMotion String that specifies or receives the following values:
leftdown
Default. New content is revealed from the upper left corner to the lower right.
leftup
New content is revealed from the lower left corner to the upper right.
rightdown
New content is revealed from the upper right corner to the lower left.
rightup
New 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