From 29c4a6a15f3c85540e189df2855507ebcdbb551f Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 13 Dec 2025 23:18:07 +0100 Subject: [PATCH] wait why is this here --- .../quickshell/ii/modules/waffle/looks/WListView.qml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/waffle/looks/WListView.qml b/dots/.config/quickshell/ii/modules/waffle/looks/WListView.qml index a46a03fe5..3e506ef99 100644 --- a/dots/.config/quickshell/ii/modules/waffle/looks/WListView.qml +++ b/dots/.config/quickshell/ii/modules/waffle/looks/WListView.qml @@ -16,11 +16,4 @@ ListView { })] } - remove: Transition { - ParallelAnimation { - NumberAnimation { property: "opacity"; to: 0; duration: 1000 } - NumberAnimation { properties: "x,y"; to: 100; duration: 1000 } - } - } - }