add 'invertHighlight' option to video player
This commit is contained in:
parent
abb6d2a8be
commit
37fd8b2ce9
3 changed files with 20 additions and 10 deletions
|
|
@ -21,6 +21,7 @@ Ox.SmallVideoTimeline = function(options, self) {
|
|||
find: '',
|
||||
imageURL: '',
|
||||
'in': 0,
|
||||
invertHighlight: false,
|
||||
mode: 'player',
|
||||
out: 0,
|
||||
paused: false,
|
||||
|
|
@ -166,6 +167,7 @@ Ox.SmallVideoTimeline = function(options, self) {
|
|||
duration: self.options.duration,
|
||||
imageURL: self.options.imageURL,
|
||||
'in': self.options['in'],
|
||||
invertHightlight: self.options.invertHighlight,
|
||||
mode: self.options.mode,
|
||||
out: self.options.out,
|
||||
results: self.options.results,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue