1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-07 22:32:06 -04:00

notification: expand/collapse animation adjustment

This commit is contained in:
bbedward
2026-02-12 23:27:34 -05:00
parent 00e6172a68
commit 4fc275bead
4 changed files with 27 additions and 5 deletions

View File

@@ -735,7 +735,7 @@ Rectangle {
NumberAnimation {
duration: root.expanded ? Theme.notificationExpandDuration : Theme.notificationCollapseDuration
easing.type: Easing.BezierSpline
easing.bezierCurve: root.expanded ? Theme.expressiveCurves.emphasizedDecel : Theme.expressiveCurves.emphasizedAccel
easing.bezierCurve: Theme.expressiveCurves.emphasized
onRunningChanged: {
if (running) {
root.isAnimating = true;