forked from Shinonome/dots-hyprland
workspace: adjust active indicator anim curve
This commit is contained in:
@@ -147,13 +147,13 @@ Item {
|
|||||||
Behavior on idx1 {
|
Behavior on idx1 {
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
duration: 100
|
duration: 100
|
||||||
easing.type: Easing.OutCirc
|
easing.type: Easing.OutSine
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Behavior on idx2 {
|
Behavior on idx2 {
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
duration: 500
|
duration: 300
|
||||||
easing.type: Easing.OutCirc
|
easing.type: Easing.OutSine
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user