summaryrefslogtreecommitdiff
path: root/modules/launcher/Wrapper.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/launcher/Wrapper.qml')
-rw-r--r--modules/launcher/Wrapper.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/launcher/Wrapper.qml b/modules/launcher/Wrapper.qml
index fb9bb06..4507032 100644
--- a/modules/launcher/Wrapper.qml
+++ b/modules/launcher/Wrapper.qml
@@ -28,9 +28,9 @@ Item {
NumberAnimation {
target: root
property: "implicitHeight"
- duration: Appearance.anim.durations.large
+ duration: Appearance.anim.durations.normal
easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.emphasizedDecel
+ easing.bezierCurve: Appearance.anim.curves.expressiveDefaultSpatial
}
},
Transition {
@@ -42,7 +42,7 @@ Item {
property: "implicitHeight"
duration: Appearance.anim.durations.normal
easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.emphasizedAccel
+ easing.bezierCurve: Appearance.anim.curves.emphasized
}
}
]