Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 935 Bytes

scalarkeyframeanimation_insertkeyframe_2029996461.md

File metadata and controls

30 lines (21 loc) · 935 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.ScalarKeyFrameAnimation.InsertKeyFrame(System.Single,System.Single,Microsoft.UI.Composition.CompositionEasingFunction)
winrt method

Microsoft.UI.Composition.ScalarKeyFrameAnimation.InsertKeyFrame

-description

Inserts a keyframe.

-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(float, float)