Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 666 Bytes

booleankeyframeanimation_insertkeyframe_197094567.md

File metadata and controls

30 lines (18 loc) · 666 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.BooleanKeyFrameAnimation.InsertKeyFrame(System.Single,System.Boolean)
winrt method

Microsoft.UI.Composition.BooleanKeyFrameAnimation.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

-see-also

-examples