issue #11 adjust skip button exposure time duration.
This commit is contained in:
@@ -43,8 +43,8 @@ HotelTV.ui_welcome = (function() {
|
||||
if ($(".control .skip_video").css('display') == 'none') {
|
||||
$(".control .skip_video").fadeIn(1000);
|
||||
setTimeout(() => {
|
||||
$(".control .skip_video").fadeOut(1000);
|
||||
}, 3000);
|
||||
$(".control .skip_video").fadeOut(3000);
|
||||
}, 10000);
|
||||
}
|
||||
});
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user