region selector: add region hover fade anim

This commit is contained in:
end-4
2025-12-20 11:45:39 +01:00
parent e499f4f8f1
commit 169b24bea5
@@ -25,6 +25,10 @@ Rectangle {
border.width: targeted ? 4 : 2
radius: 4
Behavior on color {
animation: Appearance.animation.elementMoveFast.colorAnimation.createObject(this)
}
visible: opacity > 0
Behavior on opacity {
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)