animate popup size

This commit is contained in:
Benjamin Palko 2025-07-29 17:14:11 -04:00
parent db13cd7d8f
commit 3003dc1435

View file

@ -14,7 +14,17 @@ PopupWindow {
color: "transparent"
implicitWidth: background.width
Behavior on implicitWidth {
NumberAnimation {
duration: 100
}
}
implicitHeight: background.height
Behavior on implicitHeight {
NumberAnimation {
duration: 100
}
}
WrapperRectangle {
id: background