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

Fix a SplitView pane open/close issue when animations are disabled #1324

Merged
merged 1 commit into from
Sep 13, 2019

Conversation

kaiguo
Copy link
Contributor

@kaiguo kaiguo commented Sep 13, 2019

Fixes #618

SplitView pane gets stuck after window resizing when animations are disabled.
before

This is because Storyboard animations won't play when animations are disabled. Moved those animations to visual state setters since they were all just changing values at KeyTime 0:0:0 and not actually animating anything.

Screenshot after fix:
after

@kaiguo kaiguo requested a review from a team as a code owner September 13, 2019 00:46
@jevansaks jevansaks added needs-cherrypicktorelease PR tagged for cherry-pick to the current release branch (but not yet picked) release note PR that we want to call out in the next release summary labels Sep 13, 2019
@kaiguo kaiguo merged commit c24aa6e into master Sep 13, 2019
@kaiguo kaiguo deleted the user/kaiguo/splitview-fix branch September 13, 2019 17:58
jevansaks pushed a commit that referenced this pull request Sep 13, 2019
@jevansaks jevansaks removed the needs-cherrypicktorelease PR tagged for cherry-pick to the current release branch (but not yet picked) label Sep 13, 2019
@msft-github-bot
Copy link
Collaborator

🎉Microsoft.UI.Xaml v2.2.190917002 has been released which incorporates this pull request.:tada:

Handy links:

@msft-github-bot
Copy link
Collaborator

🎉Microsoft.UI.Xaml v2.3.191007001-prerelease has been released which incorporates this pull request.:tada:

Handy links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release note PR that we want to call out in the next release summary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NavigationView Pane menu content disappears when rezising while Animations have been disabled
3 participants