diff --git a/light9/web/timeline-elements.html b/light9/web/timeline-elements.html --- a/light9/web/timeline-elements.html +++ b/light9/web/timeline-elements.html @@ -3,15 +3,6 @@ - - @@ -32,7 +23,7 @@ light9-timeline-time-zoomed { flex-grow: 1; } - light9-timeline-diagram-layer, light9-timeline-adjustors { + light9-timeline-diagram-layer, light9-timeline-adjusters { position: absolute; left: 0; top: 0; @@ -51,18 +42,39 @@ See from current time -> end .. shift+esc Zoom all .. ctrl+esc --> - - - - + + + + @@ -96,13 +108,12 @@ flex-grow: 1; } -
- - - + + +
@@ -126,14 +137,20 @@ - zoom arcs - notes - annotations on notes - - connectors between adjustors and their targets + - connectors between adjusters and their targets This element is not responsible for any hit detection. Things you click (rows, - notes, adjustors, etc) are caught on their respective elements. (But is that + notes, adjusters, etc) are caught on their respective elements. (But is that wrong in the case of notes?) --> @@ -389,6 +450,7 @@ window.setNote = this.setNote.bind(this) - - + Maybe includes selecting things that don't even have adjusters. + Maybe manages the layout of other labels and text too, to avoid overlaps. + --> +