diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-14 23:10:35 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-14 23:10:35 +1000 |
| commit | 388a6217ed87a7d460ba72e980443789edd88b22 (patch) | |
| tree | f86eb36dd9e604552b765c3dcc2382a5997cf3ed /modules/notifications/Notification.qml | |
| parent | docs: add contributing.md (diff) | |
| parent | wallpapers: update valid wall extensions (diff) | |
| download | caelestia-shell-388a6217ed87a7d460ba72e980443789edd88b22.tar.gz caelestia-shell-388a6217ed87a7d460ba72e980443789edd88b22.tar.bz2 caelestia-shell-388a6217ed87a7d460ba72e980443789edd88b22.zip | |
internal: update for scripts overhaul (#45)
* colours: update for scheme refactor
* notifs: match expand anim to container
* wallpapers: update current path
* wallpapers: update valid wall extensions
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 { |