forked from 0x2620/oxjs
add first version of Ox.VideoTimelinePanel, update Ox.VideoTimelinePlayer
This commit is contained in:
parent
c6f0308a17
commit
8c963339fd
2 changed files with 185 additions and 0 deletions
|
|
@ -15,12 +15,14 @@ Ox.VideoTimelinePlayer = function(options, self) {
|
|||
height: 0,
|
||||
'in': 0,
|
||||
matches: [],
|
||||
muted: false,
|
||||
out: 0,
|
||||
paused: false,
|
||||
position: 0,
|
||||
subtitles: [],
|
||||
timelineURL: '',
|
||||
videoRatio: 1,
|
||||
volume: 1,
|
||||
width: 0
|
||||
})
|
||||
.options(options || {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue