adjust button bounce duration

This commit is contained in:
end-4
2025-05-24 18:45:13 +02:00
parent b11050a231
commit ba8df6e7fe
@@ -242,7 +242,7 @@ Singleton {
}
property QtObject clickBounce: QtObject {
property int duration: 250
property int duration: 200
property int type: Easing.BezierSpline
property list<real> bezierCurve: animationCurves.expressiveFastSpatial
property int velocity: 850