Direction Attribute | Direction Property

Sets or retrieves the direction of motion in the transition.

Syntax

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

Possible Values

sDirection String that specifies or receives one of the following values:
up
down
right
left

The property is read/write. The property has no default value for all objects with the following exceptions:

Blinds down
CheckerBoard right

Applies To

Blinds, CheckerBoard

See Also

Transitions, Transition Design Considerations