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 | |
|---|
dhtml可能的值
| fGradientWidth | Floating-point that
specifies or receives a value that can range from 0.0 to 1.0.| 0.0 | the gradient band has no width as new content is revealed. | | 0.25 | Default. 25% of the object is covered by a gradient band. | | 1.0 | 100% 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