forked from Shinonome/dots-hyprland
region selector: add region hover fade anim
This commit is contained in:
@@ -25,6 +25,10 @@ Rectangle {
|
|||||||
border.width: targeted ? 4 : 2
|
border.width: targeted ? 4 : 2
|
||||||
radius: 4
|
radius: 4
|
||||||
|
|
||||||
|
Behavior on color {
|
||||||
|
animation: Appearance.animation.elementMoveFast.colorAnimation.createObject(this)
|
||||||
|
}
|
||||||
|
|
||||||
visible: opacity > 0
|
visible: opacity > 0
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
||||||
|
|||||||
Reference in New Issue
Block a user