Sets or retrieves the fraction of the transition's duration that both original and new content are displayed.
Syntax
HTML | { filter:progid:DXImageTransform.Microsoft. Fade( overlap = fOverlap ... ) ... } |
---|
Scripting | object. filters. item( "DXImageTransform.Microsoft. Fade"). Overlap [ = fOverlap ] |
---|
Possible Values
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