mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-22 16:59:57 -05:00
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