HBCMS更多的中文手册参考:

gradientSize Attribute | GradientSize参数属性

DHTML文档教程

Sets or retrieves the percentage of the object that is covered by the gradient band.

dhtml语法

HTML
{ filter:progid:dximagetransform.microsoft.gradientwipe(
    gradientsize = fgradientwidth ... ) ... }
scripting
object.filters.item(
    "dximagetransform.microsoft.gradientwipe").gradientsize [ = fgradientwidth ]

dhtml可能的值

fGradientWidthFloating-point that specifies or receives a value that can range from 0.0 to 1.0.
0.0the gradient band has no width as new content is revealed.
0.25Default. 25% of the object is covered by a gradient band.
1.0100% of the object is covered by a gradient band.

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

Applies To

GradientWipe