-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Completed ๐ฅanimations ๐ฎbug ๐An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behaviorpriority ๐ฉ
Milestone
Description
Describe the bug
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})
Metadata
Metadata
Assignees
Labels
Completed ๐ฅanimations ๐ฎbug ๐An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behaviorpriority ๐ฉ