xzdarcy / react-timeline-editor

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

How to scroll timeline without resizing action #3

Closed ftirej closed 2 years ago

ftirej commented 2 years ago

Hi, is there a way to move the timeline while dragging the cursor?. The only way i found is to resize the action.

xzdarcy commented 2 years ago

I'm so sorry I didn't consider this feature before. I just added this capability and released an alpha version0.1.3-alpha.1. You can try it out if it meets your needs. Just set autoScroll to true.

 <Timeline 
     ...
     autoScroll={true}
  />