bar: media indicator

This commit is contained in:
end-4
2025-04-11 14:54:22 +02:00
parent 3bb67a9a4f
commit d9ed5434ac
7 changed files with 262 additions and 16 deletions
@@ -141,13 +141,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]
property int duration: 180
property int type: Easing.OutCirc
}
property QtObject menuDecel: QtObject {
property int duration: 250
property int type: Easing.OutCubic
property int duration: 350
property int type: Easing.OutQuint
}
}