diff options
Diffstat (limited to 'modules/launcher')
| -rw-r--r-- | modules/launcher/Background.qml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/launcher/Background.qml b/modules/launcher/Background.qml index a50f379..709c7d0 100644 --- a/modules/launcher/Background.qml +++ b/modules/launcher/Background.qml @@ -1,3 +1,4 @@ +import qs.components import qs.services import qs.config import QtQuick @@ -54,10 +55,6 @@ ShapePath { } Behavior on fillColor { - ColorAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } + CAnim {} } } |