Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 760 Bytes

scalarkeyframeanimation_insertkeyframe_1803077835.md

File metadata and controls

27 lines (19 loc) · 760 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.ScalarKeyFrameAnimation.InsertKeyFrame(System.Single,System.Single)
winrt method

Microsoft.UI.Composition.ScalarKeyFrameAnimation.InsertKeyFrame

-description

Inserts a 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 value of the key frame.

-remarks

-examples

-see-also

InsertKeyFrame(Single, Single, CompositionEasingFunction)