Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 836 Bytes

keyframeanimation_insertexpressionkeyframe_667162705.md

File metadata and controls

27 lines (19 loc) · 836 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.KeyFrameAnimation.InsertExpressionKeyFrame(System.Single,System.String)
winrt method

Microsoft.UI.Composition.KeyFrameAnimation.InsertExpressionKeyFrame

-description

Inserts an expression key frame.

-parameters

-param normalizedProgressKey

The time the key frame should occur at, expressed as a percentage of the animation Duration. Allowed value is from 0.0 to 1.0.

-param value

The expression used to calculate the value of the key frame.

-remarks

-examples

-see-also

InsertExpressionKeyFrame(Single, String, CompositionEasingFunction)