Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 806 Bytes

vector3keyframeanimation_insertkeyframe_895400771.md

File metadata and controls

27 lines (19 loc) · 806 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.Vector3KeyFrameAnimation.InsertKeyFrame(System.Single,Windows.Foundation.Numerics.Vector3)
winrt method

Microsoft.UI.Composition.Vector3KeyFrameAnimation.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(float, Vector3, CompositionEasingFunction)