motion Attribute | Motion Property

Internet Development Index

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

sMotionString that specifies or receives the following values:
outDefault. The transition moves from the center of the object toward the borders of the object.
inThe 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