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