Skip to content

Commit 10a02d7

Browse files
committed
Fixed an error in the Effects/Fade sample page
1 parent 4a7436a commit 10a02d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Animations/Effects/FadeBehaviorXaml.bind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
77
xmlns:interactions="using:Microsoft.Xaml.Interactions.Core"
88
xmlns:ani="using:Microsoft.Toolkit.Uwp.UI.Animations"
9-
xmlns:behaviors="using:Microsoft.Toolkit.Uwp.UI.Behaviors.Animations"
9+
xmlns:behaviors="using:Microsoft.Toolkit.Uwp.UI.Behaviors"
1010
xmlns:core="using:Microsoft.Xaml.Interactions.Core"
1111
mc:Ignorable="d">
1212

0 commit comments

Comments
 (0)