vuAnimateCloseBlend(hWindow, dwTime)
vuAnimateCloseBlend(LONG,LONG), Signed
Description
Animates the closing of a window by blending it into the background. The animation duration is defined by dwTime in milliseconds.
Parameters
| Parameter |
Data Type |
Description |
| hWindow |
LONG |
Handle of the window to animate |
| dwTime |
LONG |
Duration of the animation in milliseconds |
Returns
1 (True) on success, 0 (False) on failure.
Example
hWindow = Window{PROP:Handle}
dwTime = 200 ! default
vuAnimateCloseBlend(hWindow, dwTime)
Notes
- Requires Windows 2000 or higher.
- The animation only needs to be set once before the window is closed.