React时间线
用于视频的时间轴控件
安装
npm install --save react-timeline-bar
用法
import React from ' react '
import Timeline from ' react-timeline-bar '
import ' react-timeline-bar/dist/index.css '
const Example = () => {
render () {
return console . log ( seconds ) } />
}
}
道具
totalDuration例如视频的总长度,以秒为单位
currentTime当前视频播放时间的秒数
onSetNewTime回调,返回用户单击的totalDuration空间中的秒
1