From b83ac6e50a92fea7e85bf8ddab26da36b1cb01b6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 3 Apr 2026 20:25:04 +1100 Subject: [PATCH] feat: use curve for notif clear all anim Speeds up clearing large numbers of notifications --- modules/sidebar/NotifDock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sidebar/NotifDock.qml b/modules/sidebar/NotifDock.qml index c00f2bd4..177b6147 100644 --- a/modules/sidebar/NotifDock.qml +++ b/modules/sidebar/NotifDock.qml @@ -149,7 +149,7 @@ Item { id: clearTimer repeat: true - interval: 50 + interval: Math.max(15, Math.min(80, 69.8 - 12.3 * Math.log(Notifs.notClosed.length))) onTriggered: { const first = Notifs.notClosed[0]; if (first) {