From 30eeeeca3666e8522ad1104d15bde984277df21f Mon Sep 17 00:00:00 2001 From: quadbyte Date: Sat, 9 Aug 2025 14:45:34 -0400 Subject: [PATCH] NSlider: disable easing TBC. --- Widgets/NSlider.qml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Widgets/NSlider.qml b/Widgets/NSlider.qml index 5f4e8e3..f7cd96a 100644 --- a/Widgets/NSlider.qml +++ b/Widgets/NSlider.qml @@ -38,12 +38,13 @@ Slider { color: Theme.accentPrimary radius: parent.radius - Behavior on width { - NumberAnimation { - duration: 120 - easing.type: Easing.OutQuad - } - } + // Feels more responsive without animation + // Behavior on width { + // NumberAnimation { + // duration: 50 + // easing.type: Easing.OutQuad + // } + // } } // Circular cutout