ScreenWindowAnimation()
Syntax
ScreenWindowAnimation(#ScreenWindow, Meaning, Duration [, Fading [, Zoom, [,x [,y [, Rotation]]]])Description
Makes the window appear/disappear with an animation.
Parameters
#ScreenWindow The window to be animated. Meaning 1: appearance 2: disappearance 3: Appearance and disappearance Duration In millisecond. Fading (optional) 0 or 1. Zoom (optional) 0 or 1. x (optional) -1: the window appears/disappears from the left, 1: from the left, 0: no horizontal movement. y (optional) -1: the window appears/disappears from the top, 1: from the bottom, 0: no vertical movement. Rotation (optional) In degrees.
Return value
None.
Supported OS
All