workspace: adjust active indicator anim curve

This commit is contained in:
end-4
2025-06-01 09:51:45 +02:00
parent 5ad78a77a1
commit b172020f5b
@@ -147,13 +147,13 @@ Item {
Behavior on idx1 {
NumberAnimation {
duration: 100
easing.type: Easing.OutCirc
easing.type: Easing.OutSine
}
}
Behavior on idx2 {
NumberAnimation {
duration: 500
easing.type: Easing.OutCirc
duration: 300
easing.type: Easing.OutSine
}
}
}