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
This commit is contained in:
parent
cceb74706a
commit
60311aa4d1
@ -1365,9 +1365,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,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user