-
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 behavior
Milestone
Description
It looks like these two dependency properties are registered with the wrong owner type.
WindowsCommunityToolkit/Microsoft.Toolkit.Uwp.UI.Animations/Xaml/Activities/StopAnimationActivity.cs
Line 32 in 63cbb4a
| typeof(StartAnimationActivity), |
WindowsCommunityToolkit/Microsoft.Toolkit.Uwp.UI.Animations/Xaml/Activities/StopAnimationActivity.cs
Line 50 in 63cbb4a
| typeof(StartAnimationActivity), |
Here's another one:
WindowsCommunityToolkit/Microsoft.Toolkit.Uwp.UI.Behaviors/Animations/StartAnimationAction.cs
Line 50 in 55723da
| typeof(StartAnimationActivity), |
Metadata
Metadata
Assignees
Labels
Completed 🔥animations 🏮bug 🐛An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behavior
Type
Projects
Status
Done