ActionDrawer/BrightnessItem: Brightness Slider Animation Adjustments

Brightness slider animation adjustments.
This commit is contained in:
Micah Stanley 2025-03-22 20:36:31 +00:00
parent d9495bc714
commit 8065a98113

View file

@ -22,8 +22,8 @@ Item {
property double brightnessPressedValue: 1
Behavior on brightnessPressedValue {
NumberAnimation {
duration: Kirigami.Units.longDuration
easing.type: Easing.OutQuad
duration: Kirigami.Units.longDuration * 2
easing.type: Easing.InOutQuad
}
}
@ -77,7 +77,7 @@ Item {
Timer {
id: brightnessPressedTimer
interval: 200
interval: 100
repeat: false
onTriggered: {
if (brightnessSlider.pressed) {