trigger seeked to avoid loading icon after loop
This commit is contained in:
parent
8243614546
commit
1540854fae
1 changed files with 1 additions and 0 deletions
|
|
@ -399,6 +399,7 @@ Ox.VideoElement = function(options, self) {
|
||||||
}
|
}
|
||||||
if (video.currentTime == in_) {
|
if (video.currentTime == in_) {
|
||||||
Ox.Log('Video', 'sCV', 'already at position');
|
Ox.Log('Video', 'sCV', 'already at position');
|
||||||
|
that.triggerEvent('seeked');
|
||||||
ready();
|
ready();
|
||||||
} else {
|
} else {
|
||||||
self.$video.one('seeked', function() {
|
self.$video.one('seeked', function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue