Lezen in het Engels

Share via


QuaternionKeyFrameAnimation.InsertKeyFrame Method

Definition

Overloads

InsertKeyFrame(Single, Quaternion)

Inserts a key frame.

InsertKeyFrame(Single, Quaternion, CompositionEasingFunction)

Inserts a key frame with the specified easing function.

InsertKeyFrame(Single, Quaternion)

Inserts a key frame.

[Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
public void InsertKeyFrame(float normalizedProgressKey, Quaternion value);

Parameters

normalizedProgressKey
Single

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.

value
Quaternion

The value of the key frame.

Attributes

See also

Applies to

WinRT Build 26100 en andere versies
Product Versies
WinRT Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

InsertKeyFrame(Single, Quaternion, CompositionEasingFunction)

Inserts a key frame with the specified easing function.

[Windows.Foundation.Metadata.Overload("InsertKeyFrameWithEasingFunction")]
public void InsertKeyFrame(float normalizedProgressKey, Quaternion value, CompositionEasingFunction easingFunction);

Parameters

normalizedProgressKey
Single

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.

value
Quaternion

The value of the key frame.

easingFunction
CompositionEasingFunction

The easing function to use to interpolate between key frames.

Attributes

See also

Applies to

WinRT Build 26100 en andere versies
Product Versies
WinRT Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100