summaryrefslogtreecommitdiff
path: root/modules/notifications/Content.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/notifications/Content.qml')
-rw-r--r--modules/notifications/Content.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notifications/Content.qml b/modules/notifications/Content.qml
index 341d66e..6e5e095 100644
--- a/modules/notifications/Content.qml
+++ b/modules/notifications/Content.qml
@@ -102,6 +102,6 @@ Item {
component Anim: NumberAnimation {
duration: Appearance.anim.durations.normal
easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
+ easing.bezierCurve: Appearance.anim.curves.expressiveDefaultSpatial
}
}