diff options
Diffstat (limited to 'modules/bar/popouts')
| -rw-r--r-- | modules/bar/popouts/Background.qml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/bar/popouts/Background.qml b/modules/bar/popouts/Background.qml index 14f5f20..9e78eeb 100644 --- a/modules/bar/popouts/Background.qml +++ b/modules/bar/popouts/Background.qml @@ -1,3 +1,4 @@ +import qs.components import qs.services import qs.config import QtQuick @@ -59,11 +60,7 @@ ShapePath { } Behavior on fillColor { - ColorAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } + CAnim {} } Behavior on ibr { |