adjust scrolling speed

This commit is contained in:
end-4
2025-08-07 23:13:07 +07:00
parent a31733e2db
commit 7013b459a3
4 changed files with 7 additions and 8 deletions
@@ -266,7 +266,6 @@ Singleton {
easing.bezierCurve: root.animation.elementMoveFast.bezierCurve
}}
}
property QtObject clickBounce: QtObject {
property int duration: 200
property int type: Easing.BezierSpline
@@ -279,7 +278,7 @@ Singleton {
}}
}
property QtObject scroll: QtObject {
property int duration: 400
property int duration: 200
property int type: Easing.BezierSpline
property list<real> bezierCurve: animationCurves.standardDecel
}