add loading/seeking icon
This commit is contained in:
parent
13b887abfb
commit
a7d5774855
2 changed files with 34 additions and 1 deletions
|
|
@ -47,6 +47,12 @@ Ox.VideoElement = function(options, self) {
|
|||
that.triggerEvent('progress', {
|
||||
video: self.video
|
||||
});
|
||||
},
|
||||
seeked: function() {
|
||||
that.triggerEvent('seeked');
|
||||
},
|
||||
seeking: function() {
|
||||
that.triggerEvent('seeking');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue