mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
NSlider: disable easing TBC.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user