On this page

Type Alias InterpolatedKeyFrame

InterpolatedKeyFrame: Keyframe & {
    easing: EasingFunctionName;
    id: string;
    props: Record<string, number>;
}

A keyframe in the animation sequence where null or undefined values are interpolated to fill in the gaps between keyframes.

Was this helpful?
SDK JS
Reference
InterpolatedKeyFrame