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
29
29
public static readonly DependencyProperty AnimationProperty = DependencyProperty . Register (
30
30
nameof ( Animation ) ,
31
31
typeof ( AnimationSet ) ,
32
- typeof ( StartAnimationActivity ) ,
32
+ typeof ( StopAnimationActivity ) ,
33
33
new PropertyMetadata ( null ) ) ;
34
34
35
35
/// <summary>
@@ -47,7 +47,7 @@ public UIElement TargetObject
47
47
public static readonly DependencyProperty TargetObjectProperty = DependencyProperty . Register (
48
48
nameof ( TargetObject ) ,
49
49
typeof ( UIElement ) ,
50
- typeof ( StartAnimationActivity ) ,
50
+ typeof ( StopAnimationActivity ) ,
51
51
new PropertyMetadata ( null ) ) ;
52
52
53
53
/// <inheritdoc/>
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public UIElement TargetObject
47
47
public static readonly DependencyProperty TargetObjectProperty = DependencyProperty . Register (
48
48
nameof ( TargetObject ) ,
49
49
typeof ( UIElement ) ,
50
- typeof ( StartAnimationActivity ) ,
50
+ typeof ( StartAnimationAction ) ,
51
51
new PropertyMetadata ( null ) ) ;
52
52
53
53
/// <inheritdoc/>
You can’t perform that action at this time.
0 commit comments