mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-14 23:11:51 +08:00
loop from preview position
This commit is contained in:
parent
9d8a5f3792
commit
53610808bf
@ -20,8 +20,12 @@ function SongSelect(){
|
||||
var no_delay = first_open ? 0 : 300;
|
||||
|
||||
_preview.currentTime = _preview.duration/2-10;
|
||||
_preview.loop = true;
|
||||
_preview.volume = 0.5;
|
||||
|
||||
_preview.addEventListener('ended', function(){
|
||||
this.currentTime = this.duration/2-10;
|
||||
this.play();
|
||||
}, false);
|
||||
|
||||
_preview_to = setTimeout(function(){
|
||||
_preview.play();
|
||||
|
Loading…
Reference in New Issue
Block a user