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