INormalizedKeyFrameAnimationBuilder<T> Interface

Definition

An interface for an animation builder using normalized keyframes.

public interface INormalizedKeyFrameAnimationBuilder<in T>
type INormalizedKeyFrameAnimationBuilder<'T> = interface
Public Interface INormalizedKeyFrameAnimationBuilder(Of In T)

Type Parameters

T

The type of values being set by the animation being constructed.

This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.

Methods

ExpressionKeyFrame(Double, String, EasingType, EasingMode)

Adds a new normalized expression keyframe to the builder in use. This method can only be used when the animation being built targets the composition layer.

KeyFrame(Double, T, EasingType, EasingMode)

Adds a new normalized keyframe to the builder in use.

Applies to