Direction Attribute | Direction Property

Internet Development Index

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

sDirectionString 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:
Blindsdown
CheckerBoardright

Applies To

Blinds, CheckerBoard

See Also

Transitions, Transition Design Considerations