xzdarcy / react-timeline-editor

react-timeline-editor is a react component used to quickly build a timeline animation editor.
https://zdarcy.com/
MIT License
284 stars 82 forks source link

Horizontal Row grid lines #31

Open parabuzzle opened 1 year ago

parabuzzle commented 1 year ago

Is it possible to add row borders? something similar to the vertical grid lines but horizontal to help visualize each row on the timeline?

parabuzzle commented 1 year ago

I think I answered this myself.. I set the css for the row with this:

.timeline-editor-edit-row {
  border-bottom: 1px dashed #33333355;
}

It would still be nice to be able to set a horizontal row boarder with a prop.