Animation overshoot: support negative values

This commit is contained in:
miruka
2020-07-19 00:37:26 -04:00
parent 88fb71ff34
commit bf1e36031f
6 changed files with 15 additions and 8 deletions

View File

@@ -94,6 +94,6 @@ ApplicationWindow {
scale: py.ready ? 1 : 0.5
source: py.ready ? (Qt.application.arguments[1] || "UI.qml") : ""
Behavior on scale { HNumberAnimation { overshoot: 5; factor: 1.2 } }
Behavior on scale { HNumberAnimation { overshoot: 3; factor: 1.2 } }
}
}