Signature
Interface TimelineKeyframeRenderSegmentProperties
| Name | Signature | Description |
|---|---|---|
clipId | clipId: string | Clip owning the segment. |
controlPoint1? | controlPoint1?: TimelineKeyframePoint | First Bezier control point, present only for Bezier segments. |
controlPoint2? | controlPoint2?: TimelineKeyframePoint | Second Bezier control point, present only for Bezier segments. |
endPoint | endPoint: TimelineKeyframePoint | End keyframe center in viewport CSS pixels. |
interpolation | interpolation: TimelineKeyframeInterpolation | Effective interpolation used by the segment. |
property | property: string | Property animated by this segment. |
segmentId | segmentId: string | Stable segment id for the adjacent keyframe pair. |
startPoint | startPoint: TimelineKeyframePoint | Start keyframe center in viewport CSS pixels. |
trackId | trackId: string | Track owning the clip. |