Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 805 Bytes

vector2keyframeanimation_insertkeyframe_938372595.md

File metadata and controls

29 lines (19 loc) · 805 Bytes
-api-id -api-type
M:Windows.UI.Composition.Vector2KeyFrameAnimation.InsertKeyFrame(System.Single,Windows.Foundation.Numerics.Vector2)
winrt method

Windows.UI.Composition.Vector2KeyFrameAnimation.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, Vector2, CompositionEasingFunction)