motion Attribute | Motion Property

Sets or retrieves a value that indicates whether content is revealed as defined by the WipeStyle property setting, or in the opposite direction.

Syntax

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

Possible Values

sMotion String that specifies or receives the following values:
forward
Default. New content is revealed in the direction set by the WipeStyle property.
reverse
New content is revealed in the opposite direction than that set by the WipeStyle property.

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

Applies To

GradientWipe