scale up bg widgets when dragging

This commit is contained in:
end-4
2025-11-05 10:15:21 +01:00
parent 2667751a1c
commit 025a819b63
@@ -27,6 +27,10 @@ AbstractWidget {
Behavior on opacity {
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
}
scale: (draggable && containsPress) ? 1.05 : 1
Behavior on scale {
animation: Appearance.animation.elementResize.numberAnimation.createObject(this)
}
draggable: placementStrategy === "free"
onReleased: {