react-timeline-editor
react-timeline-editor copied to clipboard
react-timeline-editor is a react component used to quickly build a timeline animation editor.
Hi, I just want to export this plugin to web components for vue or native javascript usage. So I use this https://github.com/bitovi/react-to-web-component, react to web component, and the codes like...
Hello! What's mean this constraint? I cant to give click event on fullwidth screen after scroll https://github.com/xzdarcy/react-timeline-editor/blob/47a1580a11ce8a5a9d8e6712651ea13910d20094/src/components/time_area/time_area.tsx#L78
I find out that we cannot drag the action on mobile (both moving and resizing) Is there any property I can config to get this awesome timeline working on mobile...
 
This library is great. The only thing missing for my use case is the ability to drag an item from one row to another. It would be nice to have...
how do i calculate the timeline based on the FPS instead of the time, ``` const CustomScale = ({ scale, fps, currentFrame }) => { const seconds = Math.floor(scale /...
I am working on a task in which i have to update the data from outside the timeline when this editor data is changed outside then it shows error **Invalid...
Hi team, I'm using the timeline component and would like to render small clickable bubbles (or markers) on the seconds row to indicate when a comment exists at a specific...
如题,我现在有两个时间轴a,b,其中,a可以任意拖拽,缩放。我希望用户可以控制(拖拽、缩放)b的范围是在a内部,请问这个怎么解决,感谢!
Will the author make a vue3+vite version of this component?