forked from 0x2620/oxjs
enable timeline types
This commit is contained in:
parent
fbeb434e27
commit
856ea3b1d3
7 changed files with 134 additions and 94 deletions
|
|
@ -53,9 +53,7 @@ Ox.VideoTimelinePanel = function(options, self) {
|
|||
self.$player.options({height: self.options.height});
|
||||
},
|
||||
paused: function() {
|
||||
self.$player.options({
|
||||
paused: self.options.paused
|
||||
});
|
||||
self.$player.options({paused: self.options.paused});
|
||||
},
|
||||
position: function() {
|
||||
setPosition(self.options.position);
|
||||
|
|
@ -63,6 +61,9 @@ Ox.VideoTimelinePanel = function(options, self) {
|
|||
showAnnotations: function() {
|
||||
that.$element.toggle(1);
|
||||
},
|
||||
timeline: function() {
|
||||
self.$player.options({timeline: self.options.timeline});
|
||||
},
|
||||
width: function() {
|
||||
self.$player.options({width: getPlayerWidth()});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue