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 | |
---|
dhtml可能的值
sMotion | String that
specifies or receives the following values: leftdown | Default. New content is revealed from the upper left corner to the lower right. | leftup | New content is revealed from the lower left corner to the upper right. | rightdown | New content is revealed from the upper right corner to the lower left. | rightup | New 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