Motion review changes (#10667)

* Add outlines in motion only mode

* fix playground
This commit is contained in:
Josh Hawkins
2024-03-25 11:19:55 -05:00
committed by GitHub
parent 258cd5b6d7
commit 51db63e42b
5 changed files with 170 additions and 97 deletions

View File

@@ -235,7 +235,7 @@ function useDraggableElement({
const elementEarliest = draggableElementEarliestTime
? timestampToPixels(draggableElementEarliestTime)
: segmentHeight * (timelineDuration / segmentDuration) -
segmentHeight * 3;
segmentHeight * 3.5;
// top of timeline - default 2 segments added for draggableElement visibility
const elementLatest = draggableElementLatestTime