forked from Shinonome/dots-hyprland
scale up bg widgets when dragging
This commit is contained in:
@@ -27,6 +27,10 @@ AbstractWidget {
|
|||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
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"
|
draggable: placementStrategy === "free"
|
||||||
onReleased: {
|
onReleased: {
|
||||||
|
|||||||
Reference in New Issue
Block a user