1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

show the screen after 2 seconds max

This commit is contained in:
daniel 2018-12-15 17:22:47 -03:00
parent fd16fa2996
commit 1575d395d0

View file

@ -50,9 +50,6 @@ $(function () {
});
$carousel = $('.carousel').flickity();
isFlickityEnabled('.carousel');
setTimeout(function () {
$('#loading').fadeOut();
$('.container-fluid').fadeIn('slow', function () {
@ -60,5 +57,8 @@ $(function () {
});
}, 2000);
$carousel = $('.carousel').flickity();
isFlickityEnabled('.carousel');
});