Interface

TimelineKeyframeViewportRect

Viewport-space rectangle for one keyframe affordance.

Signature

Type Definition
Interface TimelineKeyframeViewportRect

Properties

NameSignatureDescription
clipIdclipId: stringClip that owns the keyframe.
heightheight: numberKeyframe affordance height in viewport CSS pixels.
keyframeIdkeyframeId: stringKeyframe represented by this rectangle.
trackIdtrackId: stringTrack containing the owning clip.
widthwidth: numberKeyframe affordance width in viewport CSS pixels.
xx: numberLeft edge in viewport CSS pixels after horizontal scroll is applied.
yy: numberTop edge in viewport CSS pixels within the clip row.