From 486f9d2e2f260d18883991f4a6981a2cc0d15526 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:51:09 +1000 Subject: internal: add canim component --- modules/utilities/Background.qml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'modules/utilities/Background.qml') diff --git a/modules/utilities/Background.qml b/modules/utilities/Background.qml index b3d513b..5dc2c13 100644 --- a/modules/utilities/Background.qml +++ b/modules/utilities/Background.qml @@ -1,3 +1,4 @@ +import qs.components import qs.services import qs.config import QtQuick @@ -48,10 +49,6 @@ ShapePath { } Behavior on fillColor { - ColorAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } + CAnim {} } } -- cgit v1.2.3-freya