button color anims

This commit is contained in:
end-4
2025-04-10 13:09:49 +02:00
parent 15990bf8d1
commit 5c88c6a5a6
2 changed files with 21 additions and 2 deletions
@@ -4,6 +4,7 @@ pragma Singleton
Singleton {
property QtObject m3colors
property QtObject animation
property QtObject colors
property QtObject rounding
property QtObject font
@@ -138,4 +139,12 @@ Singleton {
}
}
animation: QtObject {
property QtObject elementDecel: QtObject {
property int duration: 100
property int type: Easing.BezierSpline
property list<real> bezierCurve: [0, 0.55, 0.45, 1]
}
}
}