mirror of https://github.com/apache/cloudstack.git
Update breadcrumb hover effect
-Use 1s interval (instead of 2s) until showing panel -Use .fadeOut on panel focus, for smoother transition
This commit is contained in:
parent
d7f00f2c45
commit
5528cdd954
|
|
@ -396,8 +396,8 @@
|
|||
|
||||
$hiddenPanels.addClass('mouseover-hidden');
|
||||
setTimeout(function() {
|
||||
$('.mouseover-hidden').hide("slow");
|
||||
} ,2000);
|
||||
$('.mouseover-hidden').fadeOut('fast');
|
||||
}, 1000);
|
||||
}
|
||||
}
|
||||
));
|
||||
|
|
|
|||
Loading…
Reference in New Issue