mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 05:19:58 -05:00
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