diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-24 16:51:09 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-24 16:51:09 +1000 |
| commit | 486f9d2e2f260d18883991f4a6981a2cc0d15526 (patch) | |
| tree | 9164de4b4019827ee1bda86a54a172c26e7ced85 /modules/controlcenter/bluetooth | |
| parent | internal: add anim component (diff) | |
| download | caelestia-shell-486f9d2e2f260d18883991f4a6981a2cc0d15526.tar.gz caelestia-shell-486f9d2e2f260d18883991f4a6981a2cc0d15526.tar.bz2 caelestia-shell-486f9d2e2f260d18883991f4a6981a2cc0d15526.zip | |
internal: add canim component
Diffstat (limited to 'modules/controlcenter/bluetooth')
| -rw-r--r-- | modules/controlcenter/bluetooth/Details.qml | 6 | ||||
| -rw-r--r-- | modules/controlcenter/bluetooth/Settings.qml | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/modules/controlcenter/bluetooth/Details.qml b/modules/controlcenter/bluetooth/Details.qml index a31e381..104f673 100644 --- a/modules/controlcenter/bluetooth/Details.qml +++ b/modules/controlcenter/bluetooth/Details.qml @@ -203,11 +203,7 @@ Item { opacity: root.session.bt.editingDeviceName ? 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 { 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 { |