[gnome-shell/wip/exalm/gestures: 20/28] appDisplay: Reduce page switch time to 250ms
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/exalm/gestures: 20/28] appDisplay: Reduce page switch time to 250ms
- Date: Sun, 10 Nov 2019 09:23:41 +0000 (UTC)
commit f311728e633b57e38caf1fdb31bfb3c6f076b7c1
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Sat Nov 2 16:37:06 2019 +0500
appDisplay: Reduce page switch time to 250ms
Be consistent with workspace switching.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/605
js/ui/appDisplay.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index c9cf596918..e314a4f9b7 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -36,7 +36,7 @@ var MIN_FREQUENT_APPS_COUNT = 3;
var VIEWS_SWITCH_TIME = 400;
var VIEWS_SWITCH_ANIMATION_DELAY = 100;
-var PAGE_SWITCH_TIME = 300;
+var PAGE_SWITCH_TIME = 250;
var APP_ICON_SCALE_IN_TIME = 500;
var APP_ICON_SCALE_IN_DELAY = 700;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]