adjust anim curves

This commit is contained in:
end-4
2025-06-19 00:36:46 +02:00
parent 3f294416ea
commit aefeeb8f6f
2 changed files with 6 additions and 4 deletions
+4 -4
View File
@@ -193,9 +193,9 @@ ApplicationWindow {
properties: "opacity"
from: 1
to: 0
duration: 200
duration: 150
easing.type: Appearance.animation.elementMoveExit.type
easing.bezierCurve: Appearance.animation.elementMoveExit.bezierCurve
easing.bezierCurve: Appearance.animationCurves.emphasizedFirstHalf
}
PropertyAction {
target: pageLoader
@@ -207,9 +207,9 @@ ApplicationWindow {
properties: "opacity"
from: 0
to: 1
duration: 200
duration: 250
easing.type: Appearance.animation.elementMoveEnter.type
easing.bezierCurve: Appearance.animation.elementMoveEnter.bezierCurve
easing.bezierCurve: Appearance.animationCurves.emphasizedLastHalf
}
}
}