warningbbeepplayseverylooponmanualsevereweathermode

This commit is contained in:
BuildTools 2022-03-19 19:15:08 -04:00
parent 5834cc58a1
commit 0ef9db88a1
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ function MarqueeMan() {
$('#marqueeSevere').text(weatherInfo.bulletin.marqueewarnings[0].desc)
$('#marqueeSevere')
.marquee({speed: 170, delayBeforeStart: 1000, pauseOnHover: true, pauseOnCycle: true})
.on('finished', function(){ if (weatherInfo.bulletin.severeweathermode == true) {weatherAudio.playwarningbeep()}})
} else {
$('#marqueeSevere')
.marquee('destroy')