wait why is this here

This commit is contained in:
end-4
2025-12-13 23:18:07 +01:00
parent 93bc4d935c
commit 29c4a6a15f
@@ -16,11 +16,4 @@ ListView {
})]
}
remove: Transition {
ParallelAnimation {
NumberAnimation { property: "opacity"; to: 0; duration: 1000 }
NumberAnimation { properties: "x,y"; to: 100; duration: 1000 }
}
}
}