Sets or retrieves the fraction of the transition's duration that both original and new content are displayed.
dhtml语法
HTML | { filter:progid:dximagetransform.microsoft. fade( overlap = foverlap ... ) ... } |
---|
scripting | object. filters. item( "dximagetransform.microsoft. fade"). overlap [ = foverlap ] |
---|
dhtml可能的值
fOverlap | Floating-point that
specifies or receives a value that can range from 0.0 to 1.0. |
The property is read/write.
The property has a default value of
1.0.
Remarks
If the Overlap property is set to 0.4 with a 10 second Duration, then the transition shows the following behavior.
- For the first three seconds, the original content begins to fade out.
- During the next four seconds, the original content fades out completely, and the new content begins to fade in. This is the overlap.
- In the last three seconds, the new content finishes fading in.
Applies To