[gnome-shell/gbsneto/custom-icon-positions: 21/28] appDisplay: Fully hide icon when dragging
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/custom-icon-positions: 21/28] appDisplay: Fully hide icon when dragging
- Date: Thu, 16 Jul 2020 14:53:28 +0000 (UTC)
commit 9c7248ece5219339ad4203ce5d7fc60fbc93c31a
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Jun 24 12:53:36 2020 -0300
appDisplay: Fully hide icon when dragging
The partially visible icon causes more problems than
it solves, visually speaking. Fade it out completely
while dragging.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1284
js/ui/appDisplay.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index f54dfa7e61..61e63c9704 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1367,9 +1367,9 @@ class AppViewItem extends St.Button {
scaleAndFade() {
this.reactive = false;
this.ease({
- scale_x: 0.75,
- scale_y: 0.75,
- opacity: 128,
+ scale_x: 0.5,
+ scale_y: 0.5,
+ opacity: 0,
});
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]