1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

notifications: Tweak animation scale & settings

This commit is contained in:
purian23
2026-02-17 22:05:19 -05:00
parent 0c7f4c7828
commit 896b7ea242
5 changed files with 8 additions and 8 deletions

View File

@@ -257,7 +257,7 @@ DankListView {
target: delegateRoot
property: "swipeOffset"
to: 0
duration: Theme.shortDuration
duration: Theme.notificationExitDuration
easing.type: Easing.OutCubic
onStopped: NotificationService.dismissGroup(delegateRoot.modelData?.key || "")
}