summaryrefslogtreecommitdiff
path: root/modules/osd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/osd')
-rw-r--r--modules/osd/Wrapper.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/osd/Wrapper.qml b/modules/osd/Wrapper.qml
index 22d5f74..689f58c 100644
--- a/modules/osd/Wrapper.qml
+++ b/modules/osd/Wrapper.qml
@@ -30,9 +30,9 @@ Item {
NumberAnimation {
target: root
property: "implicitWidth"
- 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.expressiveFastSpatial
}
},
Transition {
@@ -44,7 +44,7 @@ Item {
property: "implicitWidth"
duration: Appearance.anim.durations.normal
easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.emphasizedAccel
+ easing.bezierCurve: Appearance.anim.curves.emphasized
}
}
]