todo list

This commit is contained in:
end-4
2025-04-17 12:31:51 +02:00
parent d6914a4ea2
commit 4db72d941e
11 changed files with 249 additions and 74 deletions
@@ -166,6 +166,11 @@ Singleton {
property int type: Easing.OutCirc
property int velocity: 650
}
property QtObject elementDecelFast: QtObject {
property int duration: 140
property int type: Easing.OutCirc
property int velocity: 750
}
property QtObject menuDecel: QtObject {
property int duration: 350
property int type: Easing.OutExpo