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:
parent
fd16fa2996
commit
1575d395d0
1 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue