sidebar todo

This commit is contained in:
end-4
2025-04-17 01:32:35 +02:00
parent c62b9f8d4b
commit d6914a4ea2
13 changed files with 447 additions and 229 deletions
@@ -162,7 +162,7 @@ Singleton {
animation: QtObject {
property QtObject elementDecel: QtObject {
property int duration: 180
property int duration: 200
property int type: Easing.OutCirc
property int velocity: 650
}
@@ -171,8 +171,9 @@ Singleton {
property int type: Easing.OutExpo
}
property QtObject positionShift: QtObject {
property int duration: 160
property int duration: 300
property int type: Easing.InOutExpo
property int velocity: 650
}
}