diff options
Diffstat (limited to 'modules/notifications')
| -rw-r--r-- | modules/notifications/Background.qml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/notifications/Background.qml b/modules/notifications/Background.qml index 03034ab..215012f 100644 --- a/modules/notifications/Background.qml +++ b/modules/notifications/Background.qml @@ -1,3 +1,4 @@ +import qs.components import qs.services import qs.config import Quickshell @@ -49,11 +50,7 @@ ShapePath { } Behavior on fillColor { - ColorAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } + CAnim {} } Behavior on fullHeightRounding { |