mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
windowManager: Add "opacity: 0" to minimize ease animation
Extensions like dash-to-dock use set_icon_geometry() to window.
This changes the dest and scale of ease animation of minimize and
makes it looks very strange. By setting dest opacity to 0 the animation
could be more natural.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2968>
(cherry picked from commit 5d1a0cc525)
This commit is contained in:
parent
76954cbfd2
commit
6942058e37
1 changed files with 1 additions and 0 deletions
|
|
@ -1165,6 +1165,7 @@ var WindowManager = class {
|
|||
}
|
||||
|
||||
actor.ease({
|
||||
opacity: 0,
|
||||
scale_x: xScale,
|
||||
scale_y: yScale,
|
||||
x: xDest,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue