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

Move timeline when cursor approaches the right edge #29

Open vasile-encord opened 1 year ago

vasile-encord commented 1 year ago

Currently when you dragging the cursor to the right edge the timeline starts moving but when you hit play and cursor reaches the right edge it just gets out of the view, is it possible to turn on the same behaviour as dragging?

vasile-encord commented 1 year ago

I can actually achieve it with setScrollLeft exposed to the parent, thank you.

mcosti commented 6 months ago

How did you achieve this exactly, @vasile-encord ?