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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue