forked from 0x2620/oxjs
better api for timeline images
This commit is contained in:
parent
1f2a7f6953
commit
bab9c8be8e
5 changed files with 33 additions and 30 deletions
|
|
@ -6,11 +6,11 @@ Ox.SmallVideoTimeline = function(options, self) {
|
|||
_offset: 0, // hack for cases where all these position: absolute elements have to go into a float: left
|
||||
duration: 0,
|
||||
editing: false,
|
||||
getTimelineURL: null,
|
||||
'in': 0,
|
||||
out: 0,
|
||||
paused: false,
|
||||
showMilliseconds: 0,
|
||||
timeline: '',
|
||||
type: 'player',
|
||||
width: 256
|
||||
})
|
||||
|
|
@ -156,11 +156,11 @@ Ox.SmallVideoTimeline = function(options, self) {
|
|||
return Ox.SmallVideoTimelineImage({
|
||||
duration: self.options.duration,
|
||||
editing: self.options.editing,
|
||||
getTimelineURL: self.options.getTimelineURL,
|
||||
'in': self.options['in'],
|
||||
out: self.options.out,
|
||||
results: self.options.results,
|
||||
subtitles: self.options.subtitles,
|
||||
timeline: self.options.timeline,
|
||||
width: self.imageWidth,
|
||||
type: self.options.type
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue