Skip to content

Commit 6903cf7

Browse files
committed
chore(Window): add note to animation docs
1 parent 68b7896 commit 6903cf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/window/animation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ The `WindowAnimationType` enumeration includes the following options:
4242
| `ZoomIn` | Zooms in from a larger size to its actual size and zooms out by expanding before disappearing. |
4343
| `ZoomOut` | Zooms in from a smaller size to its actual size and zooms out by shrinking to the center. |
4444

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.
46+
4547
## Example
4648

4749
````RAZOR

0 commit comments

Comments
 (0)