HBCMS更多的中文手册参考:

motion Attribute | Motion参数属性

DHTML文档教程

Sets or retrieves the corner from which new content is revealed during a strips transition.

dhtml语法

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

dhtml可能的值

sMotionString that specifies or receives the following values:
leftdownDefault. New content is revealed from the upper left corner to the lower right.
leftupNew content is revealed from the lower left corner to the upper right.
rightdownNew content is revealed from the upper right corner to the lower left.
rightupNew content is revealed from the lower right corner to the upper left.

The property is read/write. The property has a default value of leftdown.

Applies To

Strips