Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.01 KB

quaternionkeyframeanimation_insertkeyframe_2024543311.md

File metadata and controls

32 lines (21 loc) · 1.01 KB
-api-id -api-type
M:Windows.UI.Composition.QuaternionKeyFrameAnimation.InsertKeyFrame(System.Single,Windows.Foundation.Numerics.Quaternion,Windows.UI.Composition.CompositionEasingFunction)
winrt method

Windows.UI.Composition.QuaternionKeyFrameAnimation.InsertKeyFrame

-description

Inserts a key frame with the specified easing function.

-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.

-param easingFunction

The easing function to use to interpolate between key frames.

-remarks

-examples

-see-also

InsertKeyFrame(Single, Quaternion)