Skip to content

Commit 4005d16

Browse files
committed
Cleanup
1 parent 243df4e commit 4005d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Animations/Expressions/CompositionExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,11 @@ public static void SetCondition(this CompositionConditionalValue modifier, Expre
232232
}
233233

234234
/// <summary>
235-
/// Use the value of specified ExpressionNode as the resting value for this composition conditional value
235+
/// Use the value of specified ExpressionNode as the value for this composition conditional value
236236
/// </summary>
237237
/// <param name="modifier">The modifier.</param>
238238
/// <param name="expressionNode">The root ExpressionNode that represents the ExpressionAnimation.</param>
239-
public static void SetRestingValue(this CompositionConditionalValue modifier, ExpressionNode expressionNode)
239+
public static void SetValue(this CompositionConditionalValue modifier, ExpressionNode expressionNode)
240240
{
241241
modifier.Value = CreateExpressionAnimationFromNode(modifier.Compositor, expressionNode);
242242
}

0 commit comments

Comments
 (0)