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') {
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user