win32gui.AnimateWindow

AnimateWindow(hwnd, Time, Flags)

Enables you to produce special effects when showing or hiding windows. There are three types of animation: roll, slide, and alpha-blended fade.

Parameters

hwnd : PyHANDLE

handle to window

Time : int

Duration of animation in ms

Flags : int

Animation type, combination of win32con.AW_* flags

Comments

This function is available on Win2k and later

Accepts keyword args