hefty: bar: special ws indication

This commit is contained in:
end-4
2026-02-06 20:49:03 +01:00
parent ead98b98b8
commit ed8c8ae8d7
4 changed files with 302 additions and 222 deletions
@@ -282,6 +282,20 @@ Singleton {
}
}
property QtObject elementMoveSmall: QtObject {
property int duration: animationCurves.expressiveFastSpatialDuration
property int type: Easing.BezierSpline
property list<real> bezierCurve: animationCurves.expressiveFastSpatial
property int velocity: 650
property Component numberAnimation: Component {
NumberAnimation {
duration: root.animation.elementMoveSmall.duration
easing.type: root.animation.elementMoveSmall.type
easing.bezierCurve: root.animation.elementMoveSmall.bezierCurve
}
}
}
property QtObject elementMoveEnter: QtObject {
property int duration: 400
property int type: Easing.BezierSpline