Commit 088c53c8 authored by 张伯涛's avatar 张伯涛

时间轴 注释

parent ab348a32
......@@ -124,6 +124,12 @@ function playAudio() {
),
// 时间轴插件
TimelinePlugin.create({
// formatTimeCallback: function (time) {
// // 自定义时间格式,例如将时间转换为MM:SS格式
// var minutes = Math.floor(time / 60);
// var seconds = Math.floor(time % 60);
// return minutes + ':' + (seconds < 10 ? '0' : '') + seconds + 's';
// },
container: timeline.value,
fontSize: 14,
//主要时间标签颜色
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment