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
|
|
@ -97,7 +97,7 @@ Ox.SmallVideoTimelineImage = function(options, self) {
|
|||
width: self.options.width + 'px',
|
||||
height: '16px'
|
||||
})
|
||||
.appendTo(that.$element);
|
||||
.appendTo(that);
|
||||
} else {
|
||||
Ox.loop(self.images, function(i) {
|
||||
$('<img>')
|
||||
|
|
@ -111,7 +111,7 @@ Ox.SmallVideoTimelineImage = function(options, self) {
|
|||
width: (i == self.images - 1 ? self.imageWidth % 3600 : 3600) + 'px',
|
||||
height: '16px'
|
||||
})
|
||||
.appendTo(that.$element);
|
||||
.appendTo(that);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
@ -239,10 +239,6 @@ Ox.SmallVideoTimelineImage = function(options, self) {
|
|||
return canvas.toDataURL();
|
||||
}
|
||||
|
||||
function getPosition() {
|
||||
|
||||
}
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue