NSlider: disable easing TBC.
This commit is contained in:
parent
37fdc53883
commit
30eeeeca36
1 changed files with 7 additions and 6 deletions
|
|
@ -38,12 +38,13 @@ Slider {
|
||||||
color: Theme.accentPrimary
|
color: Theme.accentPrimary
|
||||||
radius: parent.radius
|
radius: parent.radius
|
||||||
|
|
||||||
Behavior on width {
|
// Feels more responsive without animation
|
||||||
NumberAnimation {
|
// Behavior on width {
|
||||||
duration: 120
|
// NumberAnimation {
|
||||||
easing.type: Easing.OutQuad
|
// duration: 50
|
||||||
}
|
// easing.type: Easing.OutQuad
|
||||||
}
|
// }
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Circular cutout
|
// Circular cutout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue