Interface

TimelineKeyframeRenderSegment

Serializable keyframe segment used by canvas drawing.

Signature

Type Definition
Interface TimelineKeyframeRenderSegment

Properties

NameSignatureDescription
clipIdclipId: stringClip owning the segment.
controlPoint1?controlPoint1?: TimelineKeyframePointFirst Bezier control point, present only for Bezier segments.
controlPoint2?controlPoint2?: TimelineKeyframePointSecond Bezier control point, present only for Bezier segments.
endPointendPoint: TimelineKeyframePointEnd keyframe center in viewport CSS pixels.
interpolationinterpolation: TimelineKeyframeInterpolationEffective interpolation used by the segment.
propertyproperty: stringProperty animated by this segment.
segmentIdsegmentId: stringStable segment id for the adjacent keyframe pair.
startPointstartPoint: TimelineKeyframePointStart keyframe center in viewport CSS pixels.
trackIdtrackId: stringTrack owning the clip.