summaryrefslogtreecommitdiff
path: root/modules/osd/Wrapper.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/osd/Wrapper.qml')
-rw-r--r--modules/osd/Wrapper.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/osd/Wrapper.qml b/modules/osd/Wrapper.qml
index 2969002..90a890b 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.expressiveFastSpatial
+ duration: Appearance.anim.durations.normal
easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.expressiveFastSpatial
+ easing.bezierCurve: Appearance.anim.curves.expressiveDefaultSpatial
}
},
Transition {