1
0
Fork 0
forked from 0x2620/oxjs

revised controls (find, volume)

This commit is contained in:
rolux 2011-05-16 20:05:29 +02:00
commit 117c6bff62
4 changed files with 553 additions and 298 deletions

View file

@ -3,7 +3,7 @@ Ox.SmallVideoTimelineImage = function(options, self) {
self = self || {};
var that = Ox.Element({}, self)
.defaults({
duration: 0,
duration: 1920,
editing: false,
getTimelineURL: null,
'in': 0,
@ -120,7 +120,7 @@ Ox.SmallVideoTimelineImage = function(options, self) {
});
});
});
} else if (image == 'selection') {
} else if (image == 'selection' && self.options.out > self.options['in']) {
var left = Math.round(
self.options['in'] * self.options.width / self.options.duration
),