use a smooth animation to fade in the navigation
This avoids the flash of unstyled/unprocessed content
This commit is contained in:
parent
0e28800ba7
commit
4ac10cf3be
2 changed files with 8 additions and 0 deletions
|
@ -144,6 +144,9 @@ jQuery(function () {
|
|||
}
|
||||
|
||||
});
|
||||
|
||||
// fade in the navigation (was hidden until now
|
||||
$main.css({opacity: 0, visibility: "visible"}).animate({opacity: 1}, 200);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue