Interface

TimelineKeyframeSideInterpolation

Interpolation data owned by one side of a keyframe.

Signature

Type Definition
Interface TimelineKeyframeSideInterpolation

Properties

NameSignatureDescription
handle?handle?: TimelineKeyframeBezierHandleCubic Bezier tangent for this side when `interpolation` is `bezier`.
interpolationinterpolation: TimelineKeyframeInterpolationInterpolation mode for this side. Defaults to linear when omitted.