remove animations that aren't supposed to happen

This commit is contained in:
end-4
2025-08-18 21:09:10 +07:00
parent 42695d9253
commit 89e726b5a2
@@ -242,14 +242,6 @@ Scope {
height: grid.cellHeight
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 {
anchors.fill: parent
radius: Appearance.rounding.windowRounding