diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-10 18:38:00 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-10 18:38:00 +1000 |
| commit | 8c2bda4cff97eea165c90c967a4054c1bf2167da (patch) | |
| tree | 3936fa12b72f072fe587f549a74b92d1ed8b2136 /modules/notifications/Wrapper.qml | |
| parent | feat: basic notifications (diff) | |
| download | caelestia-shell-8c2bda4cff97eea165c90c967a4054c1bf2167da.tar.gz caelestia-shell-8c2bda4cff97eea165c90c967a4054c1bf2167da.tar.bz2 caelestia-shell-8c2bda4cff97eea165c90c967a4054c1bf2167da.zip | |
notifs: actual list
Diffstat (limited to 'modules/notifications/Wrapper.qml')
| -rw-r--r-- | modules/notifications/Wrapper.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notifications/Wrapper.qml b/modules/notifications/Wrapper.qml index 1d650f6..a98ab4b 100644 --- a/modules/notifications/Wrapper.qml +++ b/modules/notifications/Wrapper.qml @@ -50,7 +50,7 @@ Item { property: "height" duration: Appearance.anim.durations.normal easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.emphasizedAccel + easing.bezierCurve: Appearance.anim.curves.standard } PropertyAction { target: root |