You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`AnimationType`|`WindowAnimationType` (`None`)| Specifies the type of animation used when the window opens or closes. Full list of animation types is listed in the section below. |
22
-
|`AnimationDuration`|`int` (`300`)| Defines the duration of the animation in milliseconds. |
21
+
|`AnimationType`|`WindowAnimationType` (`None`)| Specifies the type of animation used when the window opens or closes. The full list of animation types is listed in the section below. |
22
+
|`AnimationDuration`|`int` (`300`)| Defines the duration of the animation in milliseconds. |
23
23
24
24
## WindowAnimation Types
25
25
26
26
The `WindowAnimationType` enumeration includes the following options:
27
27
28
-
*`None` (default) - No animation.
29
-
*`SlideUp` - Slides in from the bottom and slides out to the bottom.
30
-
*`SlideDown` - Slides in from the top and slides out to the top.
31
-
*`SlideRight` - Slides in from the left and slides out to the left.
32
-
*`SlideLeft` - Slides in from the right and slides out to the right.
33
-
*`PushUp` - Pushes in from the bottom and pushes out to the top.
34
-
*`PushDown` - Pushes in from the top and pushes out to the bottom.
35
-
*`PushLeft` - Pushes in from the right and pushes out to the left.
36
-
*`PushRight` - Pushes in from the left and pushes out to the right.
37
-
*`Fade` - Fades in and out.
38
-
*`ZoomIn` - Zooms in from a larger size to its actual size and zooms out by expanding before disappearing.
39
-
*`ZoomOut` - Zooms in from a smaller size to its actual size and zooms out by shrinking to the center.
0 commit comments