HBCMS更多的中文手册参考:

motion Attribute | Motion参数属性

DHTML文档教程

Sets or retrieves the value that indicates whether new content is revealed from the outside or the inside first.

dhtml语法

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

dhtml可能的值

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

更多语法参考

transitions, Transition Design Considerations