From 89e726b5a2d7d22501b79df98ebb9d411ad9b76a Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 18 Aug 2025 21:09:10 +0700 Subject: [PATCH] remove animations that aren't supposed to happen --- .../ii/modules/wallpaperSelector/WallpaperSelector.qml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.config/quickshell/ii/modules/wallpaperSelector/WallpaperSelector.qml b/.config/quickshell/ii/modules/wallpaperSelector/WallpaperSelector.qml index 6642d20e6..91a9dbc04 100644 --- a/.config/quickshell/ii/modules/wallpaperSelector/WallpaperSelector.qml +++ b/.config/quickshell/ii/modules/wallpaperSelector/WallpaperSelector.qml @@ -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