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/controlcenter/bluetooth/Settings.qml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'modules/controlcenter/bluetooth/Settings.qml') diff --git a/modules/controlcenter/bluetooth/Settings.qml b/modules/controlcenter/bluetooth/Settings.qml index e035964..fb493ff 100644 --- a/modules/controlcenter/bluetooth/Settings.qml +++ b/modules/controlcenter/bluetooth/Settings.qml @@ -363,11 +363,7 @@ ColumnLayout { opacity: root.session.bt.editingAdapterName ? 1 : 0 Behavior on border.color { - ColorAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } + CAnim {} } Behavior on opacity { -- cgit v1.2.3-freya