forked from Shinonome/dots-hyprland
remove animations that aren't supposed to happen
This commit is contained in:
@@ -242,14 +242,6 @@ Scope {
|
|||||||
height: grid.cellHeight
|
height: grid.cellHeight
|
||||||
property bool isHovered: false
|
property bool isHovered: false
|
||||||
|
|
||||||
Behavior on width {
|
|
||||||
animation: Appearance.animation.elementMove.numberAnimation.createObject(this)
|
|
||||||
}
|
|
||||||
|
|
||||||
Behavior on height {
|
|
||||||
animation: Appearance.animation.elementMove.numberAnimation.createObject(this)
|
|
||||||
}
|
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
radius: Appearance.rounding.windowRounding
|
radius: Appearance.rounding.windowRounding
|
||||||
|
|||||||
Reference in New Issue
Block a user