Skip to content

docs(Window): add animation docs #2922

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Tsvetomir-Hr
Copy link
Contributor

@Tsvetomir-Hr Tsvetomir-Hr self-assigned this Apr 17, 2025
@Tsvetomir-Hr Tsvetomir-Hr requested review from a team as code owners April 17, 2025 12:28

| Parameter | Type and Default Value | Description |
|--------------------|------------------------------------|-------------|
| `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. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `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. |
| `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. |


The `WindowAnimationType` enumeration includes the following options:

* `None` (default) - No animation.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Unless you follow a convention requiring you to use a list for the types, a simple table is better suited for representing longer lists like this one.
  • If you decide to keep the list, please replace the "-" with an em dash (— or —).

{
AnimationTypes = new List<WindowAnimationType>();

// Populate the list of animation types
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Populate the list of animation types
// Populate the list of animation types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants