motion Attribute | Motion

HTML (DHTML)

motion Attribute | Motion Property

Internet Development Index

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

sMotionString that specifies or receives the following values:
forwardDefault. New content is revealed in the direction set by the WipeStyle property.
reverseNew 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