animations: new curve

This commit is contained in:
end-4
2025-05-03 18:12:06 +02:00
parent 4a44d78389
commit 3284e41545
35 changed files with 442 additions and 236 deletions
@@ -199,7 +199,7 @@ Scope {
Behavior on implicitWidth {
SmoothedAnimation {
velocity: Appearance.animation.elementDecelFast.velocity
velocity: Appearance.animation.elementMoveFast.velocity
}
}
@@ -38,8 +38,9 @@ Button {
Behavior on color {
ColorAnimation {
duration: Appearance.animation.elementDecel.duration
easing.type: Appearance.animation.elementDecel.type
duration: Appearance.animation.elementMove.duration
easing.type: Appearance.animation.elementMove.type
easing.bezierCurve: Appearance.animation.elementMove.bezierCurve
}
}