forked from 0x2620/oxjs
add 'invertHighlight' option to video player
This commit is contained in:
parent
abb6d2a8be
commit
37fd8b2ce9
3 changed files with 20 additions and 10 deletions
|
|
@ -33,6 +33,7 @@ Ox.VideoPlayer <f> Generic Video Player
|
|||
fullscreen <b|false> If true, video is in fullscreen
|
||||
height <n|144> Height in px (excluding external controls)
|
||||
in <n> In point (sec)
|
||||
invertHighlight <b|false> If true, invert selection highlight on timeline
|
||||
keepIconVisible <b|false> If true, play icon stays visible after mouseleave
|
||||
keepLargeTimelineVisible <b|false> If true, large timeline stays visible after mouseleave
|
||||
keepLogoVisible <b|false> If true, logo stays visible after mouseleave
|
||||
|
|
@ -1492,6 +1493,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
find: self.options.find,
|
||||
imageURL: self.options.timeline,
|
||||
'in': self.options['in'],
|
||||
invertHighlight: self.options.invertHighlight,
|
||||
mode: 'player',
|
||||
out: self.options.out,
|
||||
paused: self.options.paused,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue