File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
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 10
10
namespace Microsoft . Toolkit . Uwp . UI . Behaviors
11
11
{
12
12
/// <summary>
13
- /// A custom <see cref="Trigger"/> that fires whenever a linked <see cref="AnimationSet"/> ends .
13
+ /// A custom <see cref="Trigger"/> that fires whenever a linked <see cref="AnimationSet"/> completes .
14
14
/// </summary>
15
- public sealed class AnimationEndBehavior : Trigger < AnimationSet >
15
+ public sealed class AnimationCompletedTriggerBehavior : Trigger < AnimationSet >
16
16
{
17
17
/// <summary>
18
18
/// The current <see cref="AnimationSet"/> instance in use.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ namespace Microsoft.Toolkit.Uwp.UI.Behaviors
12
12
/// <summary>
13
13
/// A custom <see cref="Trigger"/> that fires whenever a linked <see cref="AnimationSet"/> starts.
14
14
/// </summary>
15
- public sealed class AnimationStartBehavior : Trigger < AnimationSet >
15
+ public sealed class AnimationStartedTriggerBehavior : Trigger < AnimationSet >
16
16
{
17
17
/// <summary>
18
18
/// The current <see cref="AnimationSet"/> instance in use.
You can’t perform that action at this time.
0 commit comments