[Overview] Fade dash menus
As the design calls for smooth transitions whenever possible, use a similar fade effect for the all-apps and more-docs menus as for the panel menus. https://bugzilla.gnome.org/show_bug.cgi?id=620775
This commit is contained in:
@ -24,6 +24,9 @@ const WorkspacesView = imports.ui.workspacesView;
|
||||
// Time for initial animation going into Overview mode
|
||||
const ANIMATION_TIME = 0.25;
|
||||
|
||||
// Time for pane menus to fade in/out
|
||||
const PANE_FADE_TIME = 0.1;
|
||||
|
||||
// We divide the screen into a grid of rows and columns, which we use
|
||||
// to help us position the Overview components, such as the side panel
|
||||
// that lists applications and documents, the workspaces display, and
|
||||
|
Reference in New Issue
Block a user