initial recit volume #2242
This commit is contained in:
parent
eb0bbb5346
commit
7ec9f057b6
@ -25,7 +25,7 @@ export default {
|
||||
this.setOpenedRecit(null);
|
||||
})
|
||||
|
||||
this.recit_plyr_player.volume = 1;
|
||||
this.recit_plyr_player.volume = 0.6;
|
||||
if (this.opened_recit) {
|
||||
this.recit_plyr_player.play();
|
||||
}
|
||||
@ -52,11 +52,11 @@ export default {
|
||||
}
|
||||
]
|
||||
}
|
||||
this.recit_plyr_player.volume = 1;
|
||||
this.recit_plyr_player.volume = 0.6;
|
||||
this.recit_plyr_player.play();
|
||||
}
|
||||
}else{
|
||||
this.recit_plyr_player.volume = 1;
|
||||
this.recit_plyr_player.volume = 0.6;
|
||||
this.recit_plyr_player.stop();
|
||||
}
|
||||
clearInterval(fadeInterval);
|
||||
@ -75,7 +75,7 @@ export default {
|
||||
}
|
||||
]
|
||||
}
|
||||
this.recit_plyr_player.volume = 1;
|
||||
this.recit_plyr_player.volume = 0.6;
|
||||
this.recit_plyr_player.play();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user