have the welcome message fade out
This commit is contained in:
parent
d41e94a822
commit
38227f9115
2 changed files with 9 additions and 0 deletions
8
webapp/web/js/vitroUtils.js
Executable file
8
webapp/web/js/vitroUtils.js
Executable file
|
@ -0,0 +1,8 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
// fade out welcome-message when user logs in
|
||||
$('section#welcome-message').css('display', 'block').delay(2000).fadeOut(1500);
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue