summaryrefslogtreecommitdiff
path: root/modules/notifications
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-11 23:41:39 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-11 23:41:39 +1000
commitb1e1a575c6381dbe9a55c482766b5c0473d607ec (patch)
treeaafc7bed345fdc45473a6694f62c1e93e402d6e3 /modules/notifications
parentcolours: update for scheme refactor (diff)
downloadcaelestia-shell-b1e1a575c6381dbe9a55c482766b5c0473d607ec.tar.gz
caelestia-shell-b1e1a575c6381dbe9a55c482766b5c0473d607ec.tar.bz2
caelestia-shell-b1e1a575c6381dbe9a55c482766b5c0473d607ec.zip
notifs: match expand anim to container
Diffstat (limited to 'modules/notifications')
-rw-r--r--modules/notifications/Notification.qml5
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 {