change small animations to use expressiveEffects curve

This commit is contained in:
end-4 2025-05-24 20:59:10 +02:00
parent 43eb4739f8
commit 9d425cd737

View file

@ -227,7 +227,7 @@ Singleton {
property QtObject elementMoveFast: QtObject {
property int duration: 200
property int type: Easing.BezierSpline
property list<real> bezierCurve: animationCurves.standardDecel
property list<real> bezierCurve: animationCurves.expressiveEffects
property int velocity: 850
property Component colorAnimation: Component { ColorAnimation {
duration: root.animation.elementMoveFast.duration
@ -261,12 +261,6 @@ Singleton {
property int duration: 350
property int type: Easing.OutExpo
}
property QtObject positionShift: QtObject {
property int duration: 300
property int type: Easing.BezierSpline
property list<real> bezierCurve: animationCurves.emphasized
property int velocity: 650
}
}
sizes: QtObject {