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

AreOpenCloseAnimationsEnabled="false" in MenuFlyout not working #80

Closed
idrisnacer opened this issue Apr 27, 2020 · 2 comments
Closed

AreOpenCloseAnimationsEnabled="false" in MenuFlyout not working #80

idrisnacer opened this issue Apr 27, 2020 · 2 comments

Comments

@idrisnacer
Copy link

idrisnacer commented Apr 27, 2020

Hi,
I'm trying to disable MenuFlyout animation with :
AreOpenCloseAnimationsEnabled="false"
but it didn't work

version : 0.8.3
dotneetcore version : 3.1.101

@idrisnacer idrisnacer changed the title AreOpenCloseAnimationsEnabled="false" in FlyoutMenu not working AreOpenCloseAnimationsEnabled="false" in MenuFlyout not working Apr 27, 2020
@Kinnara
Copy link
Owner

Kinnara commented Apr 27, 2020

Thanks for reporting. A fix has been committed and will be included in the next 0.9 release. As a workaround for now, you can use the following code:

<UserControl.Resources>
    <PopupAnimation x:Key="{x:Static SystemParameters.MenuPopupAnimationKey}">None</PopupAnimation>
</UserControl.Resources>

@idrisnacer
Copy link
Author

Great, thank you 😄
I'm using the workaround for now, and it's working 👍

@Kinnara Kinnara closed this as completed May 15, 2020
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

No branches or pull requests

2 participants