diff --git a/modules/Mpris.qml b/modules/Mpris.qml index f6e26ac..474efac 100644 --- a/modules/Mpris.qml +++ b/modules/Mpris.qml @@ -118,6 +118,12 @@ M.BarSection { implicitWidth: panelContent.width implicitHeight: panelContent.height + Behavior on implicitHeight { + NumberAnimation { + duration: 100 + easing.type: Easing.OutCubic + } + } Connections { target: root