motion Attribute | Motion Property

Sets or retrieves the value that indicates whether new content is revealed from the outside or the inside first.

Syntax

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

Possible Values

sMotion String that specifies or receives the following values:
out
Default. The transition moves from the center of the object toward the borders of the object.
in
The transition moves from the borders of the object toward the center.

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

Applies To

Barn, Iris

See Also

Transitions, Transition Design Considerations