File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Microsoft.Toolkit.Uwp.UI.Animations/Xaml/Activities
Microsoft.Toolkit.Uwp.UI.Behaviors/Animations Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public AnimationSet Animation
2929 public static readonly DependencyProperty AnimationProperty = DependencyProperty . Register (
3030 nameof ( Animation ) ,
3131 typeof ( AnimationSet ) ,
32- typeof ( StartAnimationActivity ) ,
32+ typeof ( StopAnimationActivity ) ,
3333 new PropertyMetadata ( null ) ) ;
3434
3535 /// <summary>
@@ -47,7 +47,7 @@ public UIElement TargetObject
4747 public static readonly DependencyProperty TargetObjectProperty = DependencyProperty . Register (
4848 nameof ( TargetObject ) ,
4949 typeof ( UIElement ) ,
50- typeof ( StartAnimationActivity ) ,
50+ typeof ( StopAnimationActivity ) ,
5151 new PropertyMetadata ( null ) ) ;
5252
5353 /// <inheritdoc/>
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public UIElement TargetObject
4747 public static readonly DependencyProperty TargetObjectProperty = DependencyProperty . Register (
4848 nameof ( TargetObject ) ,
4949 typeof ( UIElement ) ,
50- typeof ( StartAnimationActivity ) ,
50+ typeof ( StartAnimationAction ) ,
5151 new PropertyMetadata ( null ) ) ;
5252
5353 /// <inheritdoc/>
You can’t perform that action at this time.
0 commit comments