mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 23:00:03 +00:00
feat(studio): track design-panel input usage across both inspector UIs (#2467)
* feat(studio): add design-panel input usage tracking primitive * feat(studio): track input usage in classic inspector panel * feat(studio): track input usage in flat inspector panel * fix(studio): attribute animation meta by field, track classic chrome, widen coverage guard
This commit is contained in:
@@ -113,6 +113,7 @@ export const ArcPathControls = memo(function ArcPathControls({
|
||||
)}
|
||||
</div>
|
||||
<SliderControl
|
||||
trackName={segmentCount === 1 ? "Curviness" : `Segment ${i + 1} curviness`}
|
||||
value={seg.curviness}
|
||||
min={0}
|
||||
max={3}
|
||||
|
||||
Reference in New Issue
Block a user