You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, Great work. Hi, I am using React Player as my video source, based on the lib, I am setting the timeline time from the react player output. My auto scroll prop of react-timeline-editor is true, but the timeline not scrolling to the right with respect to the time from the video. Please help.
The text was updated successfully, but these errors were encountered:
First of all, Great work. Hi, I am using React Player as my video source, based on the lib, I am setting the timeline time from the react player output. My auto scroll prop of react-timeline-editor is true, but the timeline not scrolling to the right with respect to the time from the video. Please help.
AutoScroll is used for scrolling while dragging. Scrolling by time when playing is another set of logic.
Therefore, added TimelineState.setScrollLeft attribute, allow custom scrollLeft on demand.
Released version 0.0.5.
You can refer to this example:demo
First of all, Great work. Hi, I am using React Player as my video source, based on the lib, I am setting the timeline time from the react player output. My auto scroll prop of react-timeline-editor is true, but the timeline not scrolling to the right with respect to the time from the video. Please help.
The text was updated successfully, but these errors were encountered: