From b1e1a575c6381dbe9a55c482766b5c0473d607ec Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:41:39 +1000 Subject: notifs: match expand anim to container --- modules/notifications/Notification.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/notifications/Notification.qml') diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index 51ed5f5..848eac4 100644 --- a/modules/notifications/Notification.qml +++ b/modules/notifications/Notification.qml @@ -93,7 +93,10 @@ StyledRect { implicitHeight: root.nonAnimHeight Behavior on implicitHeight { - Anim {} + Anim { + duration: Appearance.anim.durations.expressiveDefaultSpatial + easing.bezierCurve: Appearance.anim.curves.expressiveDefaultSpatial + } } Loader { -- cgit v1.2.3-freya