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
Copy file name to clipboardExpand all lines: components/window/animation.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ The `WindowAnimationType` enumeration includes the following options:
42
42
|`ZoomIn`| Zooms in from a larger size to its actual size and zooms out by expanding before disappearing. |
43
43
|`ZoomOut`| Zooms in from a smaller size to its actual size and zooms out by shrinking to the center. |
44
44
45
+
> When using animations other than the default (`None`), it is recommended to explicitly set the `Top` and `Left` parameters to control the Window position or center it on the screen. Without these settings, the Window will be positioned to the bottom-left corner of the screen. Explicit positioning ensures the Window appears in the intended location during and after the animation.
0 commit comments