HBCMS更多的中文手册参考:

Direction Attribute | Direction参数属性

DHTML文档教程

Sets or retrieves the direction of motion in the transition.

dhtml语法

HTML
{ filter:progid:dximagetransform.microsoft.filter-name(
    direction = sdirection ... ) ... }
scripting
object.filters.item(
    "dximagetransform.microsoft.filter-name").direction [ = sdirection ]

dhtml可能的值

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

更多语法参考

transitions, Transition Design Considerations