thelostword / timeline

Canvas timeline, supports zooming, dragging, and infinite scrolling. -- Canvas 时间轴组件,支持缩放、拖拽、无限滚动
https://thelostword.github.io/timeline/
MIT License
41 stars 7 forks source link

如何通过外部传入一个时间戳,重新绘制 #3

Closed lydat closed 1 year ago

lydat commented 1 year ago

比如这个场景用于视频播放,视频会传入要给时间戳,实时绘制

thelostword commented 1 year ago

image 调用这个方法 timeline.draw({ currentTime: 1651829532, });

lydat commented 1 year ago

image 调用这个方法 timeline.draw({ currentTime: 1651829532, });

应该单独抽离出个方法,不然areas这样好像会变成空

ljzorz commented 2 months ago

是啊,没有抽离出来每次都要绘制areas