diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-11 23:41:39 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-11 23:41:39 +1000 |
| commit | b1e1a575c6381dbe9a55c482766b5c0473d607ec (patch) | |
| tree | aafc7bed345fdc45473a6694f62c1e93e402d6e3 /modules/notifications/Notification.qml | |
| parent | colours: update for scheme refactor (diff) | |
| download | caelestia-shell-b1e1a575c6381dbe9a55c482766b5c0473d607ec.tar.gz caelestia-shell-b1e1a575c6381dbe9a55c482766b5c0473d607ec.tar.bz2 caelestia-shell-b1e1a575c6381dbe9a55c482766b5c0473d607ec.zip | |
notifs: match expand anim to container
Diffstat (limited to 'modules/notifications/Notification.qml')
| -rw-r--r-- | modules/notifications/Notification.qml | 5 |
1 files changed, 4 insertions, 1 deletions
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 { |