From 45c7207cc36e6431a9297bf7a698f6b0731486c5 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Wed, 19 Jan 2022 22:37:30 -0300 Subject: window: Improve transition between panels Moving the headerbar to the panels accentuated a pre-existing problem: transitioning between panels is flickery because we immediately remove the old panel, while the new panel fades in. Improve this transition by delaying the removal of the old panel to after the stack transition finishes. --- shell/cc-window.ui | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/cc-window.ui') diff --git a/shell/cc-window.ui b/shell/cc-window.ui index 6f0f3f979..07e1848e7 100644 --- a/shell/cc-window.ui +++ b/shell/cc-window.ui @@ -122,6 +122,7 @@ True crossfade 360 + -- cgit v1.2.1