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 1010namespace Microsoft . Toolkit . Uwp . UI . Behaviors
1111{
1212 /// <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 .
1414 /// </summary>
15- public sealed class AnimationEndBehavior : Trigger < AnimationSet >
15+ public sealed class AnimationCompletedTriggerBehavior : Trigger < AnimationSet >
1616 {
1717 /// <summary>
1818 /// 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
1212 /// <summary>
1313 /// A custom <see cref="Trigger"/> that fires whenever a linked <see cref="AnimationSet"/> starts.
1414 /// </summary>
15- public sealed class AnimationStartBehavior : Trigger < AnimationSet >
15+ public sealed class AnimationStartedTriggerBehavior : Trigger < AnimationSet >
1616 {
1717 /// <summary>
1818 /// The current <see cref="AnimationSet"/> instance in use.
You can’t perform that action at this time.
0 commit comments