issue #11 adjust skip button exposure time duration.

This commit is contained in:
Paul Kim
2023-12-13 19:06:13 +09:00
parent 5efa85d4ff
commit 74b4b32b05

View File

@@ -43,8 +43,8 @@ HotelTV.ui_welcome = (function() {
if ($(".control .skip_video").css('display') == 'none') { if ($(".control .skip_video").css('display') == 'none') {
$(".control .skip_video").fadeIn(1000); $(".control .skip_video").fadeIn(1000);
setTimeout(() => { setTimeout(() => {
$(".control .skip_video").fadeOut(1000); $(".control .skip_video").fadeOut(3000);
}, 3000); }, 10000);
} }
}); });
break; break;