Skip to content
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

Window animation lost when set SystemDecorations and other properties #16141

Open
laolarou726 opened this issue Jun 26, 2024 · 0 comments
Open

Comments

@laolarou726
Copy link
Contributor

Describe the bug

Window animations (including min/max animation, first open transition etc.) will lost when applying following properties:

<Window xmlns="https://github.com/avaloniaui"
        SystemDecorations="BorderOnly"
        TransparencyLevelHint="{Binding Source={x:Static avalonia:App.InterfaceSettingsManager}, Path=WindowTransparencyLevels}"
        WindowStartupLocation="CenterScreen"
        ExtendClientAreaChromeHints="NoChrome"
        ExtendClientAreaToDecorationsHint="True">

To Reproduce

<Window xmlns="https://github.com/avaloniaui"
        SystemDecorations="BorderOnly"
        TransparencyLevelHint="{Binding Source={x:Static avalonia:App.InterfaceSettingsManager}, Path=WindowTransparencyLevels}"
        WindowStartupLocation="CenterScreen"
        ExtendClientAreaChromeHints="NoChrome"
        ExtendClientAreaToDecorationsHint="True">

Expected behavior

No response

Avalonia version

11.2.999-cibuild0049474-alpha

OS

Windows

Additional context

No response

@laolarou726 laolarou726 changed the title Window animation lost when using Window animation lost when set SystemDecorations and other properties Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants