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 --- services/Popouts.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'services') diff --git a/services/Popouts.qml b/services/Popouts.qml index b7ef5f8..fdd1480 100644 --- a/services/Popouts.qml +++ b/services/Popouts.qml @@ -5,11 +5,15 @@ import Quickshell import QtQuick Singleton { + id: root + property string currentName property real currentCenter property bool hasCurrent Behavior on currentCenter { + enabled: root.hasCurrent + NumberAnimation { duration: Appearance.anim.durations.normal easing.type: Easing.BezierSpline -- cgit v1.2.3-freya