From 5d2f46082ada833a5a8b9f1288c70e6597d0fa82 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 7 Jun 2025 15:33:24 +1000 Subject: popouts: fix anim when not shown --- modules/bar/popouts/Content.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/bar') diff --git a/modules/bar/popouts/Content.qml b/modules/bar/popouts/Content.qml index 6f0ec70..a3ddea4 100644 --- a/modules/bar/popouts/Content.qml +++ b/modules/bar/popouts/Content.qml @@ -70,6 +70,8 @@ Item { } Behavior on implicitHeight { + enabled: Popouts.hasCurrent + Anim { easing.bezierCurve: Appearance.anim.curves.emphasized } -- cgit v1.2.3-freya