Update to fade out the welcome log in message
This commit is contained in:
parent
d6abfa8ce5
commit
75d45dfc5b
1 changed files with 4 additions and 1 deletions
|
@ -13,5 +13,8 @@ $(document).ready(function(){
|
|||
|
||||
// fade in fash-message when user log out
|
||||
$('section#flash-message').css('display', 'none').fadeIn(1500);
|
||||
|
||||
|
||||
// fade out flash-message when user logs in
|
||||
$('section#welcome-message').css('display', 'block').delay(2500).fadeOut(1500);
|
||||
|
||||
});
|
Loading…
Add table
Reference in a new issue