diff --git a/js/ui/overlay.js b/js/ui/overlay.js index 79eff4f61..83a5c4010 100644 --- a/js/ui/overlay.js +++ b/js/ui/overlay.js @@ -46,7 +46,7 @@ const DETAILS_BORDER_COLOR = new Clutter.Color(); DETAILS_BORDER_COLOR.from_pixel(0xffffffff); // Time for initial animation going into overlay mode -const ANIMATION_TIME = 0.5; +const ANIMATION_TIME = 0.25; // We divide the screen into a grid of rows and columns, which we use // to help us position the overlay components, such as the side panel