You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting any of the implicit animations properties (eg. Implicit.Animations) to null after having previously set them, that doesn't actually reset the animations, but instead it does nothing. This also means that implicit animations can't be removed from eg. a visual state setter by setting the value of the attached property to {x:Null}.
Steps to Reproduce
Steps to reproduce the behavior:
Set some implicit animations to a UI element
Then set them to null (either in XAML or code behind)
Observe how the animations are still being played
Expected behavior
The animations should be removed when the relative property is set to null.
Environment
NuGet Package(s): 7.1.0
Package Version(s):
Windows 10 Build Number:
Fall Creators Update (16299)
April 2018 Update (17134)
October 2018 Update (17763)
May 2019 Update (18362)
May 2020 Update (19041)
Insider Build ({build_number})
App min and target version:
Fall Creators Update (16299)
April 2018 Update (17134)
October 2018 Update (17763)
May 2019 Update (18362)
May 2020 Update (19041)
Insider Build ({build_number})
Device form factor:
Desktop
Xbox
Surface Hub
IoT
Visual Studio version:
2017 (15.{minor_version})
2019 (16.{minor_version})
2022 (17.{minor_version})
The text was updated successfully, but these errors were encountered:
Hello Sergio0694, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
Describe the bug
When setting any of the implicit animations properties (eg.
Implicit.Animations
) tonull
after having previously set them, that doesn't actually reset the animations, but instead it does nothing. This also means that implicit animations can't be removed from eg. a visual state setter by setting the value of the attached property to{x:Null}
.Steps to Reproduce
Steps to reproduce the behavior:
null
(either in XAML or code behind)Expected behavior
The animations should be removed when the relative property is set to
null
.Environment
NuGet Package(s): 7.1.0
Package Version(s):
Windows 10 Build Number:
App min and target version:
Device form factor:
Visual Studio version:
The text was updated successfully, but these errors were encountered: