TimelineGeometryState
Defined in: src/components/editor/Timeline/TimelineStore.ts:21
Snapshot of the geometry slice — everything needed to position content.
Properties
Section titled “Properties”endFrame
Section titled “endFrame”endFrame:
number
Defined in: src/components/editor/Timeline/TimelineStore.ts:32
fps:
number
Defined in: src/components/editor/Timeline/TimelineStore.ts:34
Frames per second.
mode:
TimelineMode
Defined in: src/components/editor/Timeline/TimelineStore.ts:36
Editor mode.
scrollTop
Section titled “scrollTop”scrollTop:
number
Defined in: src/components/editor/Timeline/TimelineStore.ts:29
Vertical scroll offset of the track stack.
size:
ViewportSize
Defined in: src/components/editor/Timeline/TimelineStore.ts:25
Track-area size in CSS px (excludes the header column).
startFrame
Section titled “startFrame”startFrame:
number
Defined in: src/components/editor/Timeline/TimelineStore.ts:31
Global frame range.
trackHeight
Section titled “trackHeight”trackHeight:
number
Defined in: src/components/editor/Timeline/TimelineStore.ts:27
Uniform row height in CSS px.
view:
TimelineView
Defined in: src/components/editor/Timeline/TimelineStore.ts:23
Visible frame window.