This topic has not yet been rated - Rate this topic

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.