mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue