nicer(?) calendar collapse fade

or at least more correct idk
This commit is contained in:
end-4
2025-05-05 11:29:14 +02:00
parent 6e34831183
commit 4285dce730
2 changed files with 24 additions and 2 deletions
@@ -188,6 +188,18 @@ Singleton {
property list<real> bezierCurve: animationCurves.emphasized
property int velocity: 650
}
property QtObject elementMoveEnter: QtObject {
property int duration: 400
property int type: Easing.BezierSpline
property list<real> bezierCurve: animationCurves.emphasizedDecel
property int velocity: 650
}
property QtObject elementMoveExit: QtObject {
property int duration: 200
property int type: Easing.BezierSpline
property list<real> bezierCurve: animationCurves.emphasizedAccel
property int velocity: 650
}
property QtObject elementMoveFast: QtObject {
property int duration: 200
property int type: Easing.BezierSpline