Skip to content

Commit 913fe08

Browse files
committed
feat(studio): add timeline property lanes
1 parent 0779ac9 commit 913fe08

6 files changed

Lines changed: 712 additions & 1 deletion

File tree

packages/studio/src/player/components/TimelineClipDiamonds.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
timelineKeyframeSelectionKey,
1313
type TimelineKeyframeTarget,
1414
} from "./timelineKeyframeIdentity";
15-
interface TimelineDiamondKeyframe {
15+
export interface TimelineDiamondKeyframe {
1616
percentage: number;
1717
/** Tween-relative percentage (the retime mutation keys on this, not clip %). */
1818
tweenPercentage?: number;

0 commit comments

Comments
 (0)