summaryrefslogtreecommitdiff
path: root/modules/controlcenter
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-24 16:42:03 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-24 16:42:03 +1000
commit9dcdee9cfcade554748b3f5d16696ad7f0b7def9 (patch)
treed3d23d96600eeccac56d61f41e263f8ca761b5da /modules/controlcenter
parentbar: better handling for named workspaces (diff)
downloadcaelestia-shell-9dcdee9cfcade554748b3f5d16696ad7f0b7def9.tar.gz
caelestia-shell-9dcdee9cfcade554748b3f5d16696ad7f0b7def9.tar.bz2
caelestia-shell-9dcdee9cfcade554748b3f5d16696ad7f0b7def9.zip
internal: add anim component
No inlining
Diffstat (limited to 'modules/controlcenter')
-rw-r--r--modules/controlcenter/NavRail.qml6
-rw-r--r--modules/controlcenter/bluetooth/Details.qml6
-rw-r--r--modules/controlcenter/bluetooth/DeviceList.qml6
-rw-r--r--modules/controlcenter/bluetooth/Settings.qml6
4 files changed, 0 insertions, 24 deletions
diff --git a/modules/controlcenter/NavRail.qml b/modules/controlcenter/NavRail.qml
index 73fa729..22c13a3 100644
--- a/modules/controlcenter/NavRail.qml
+++ b/modules/controlcenter/NavRail.qml
@@ -269,10 +269,4 @@ Item {
}
}
}
-
- component Anim: NumberAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
}
diff --git a/modules/controlcenter/bluetooth/Details.qml b/modules/controlcenter/bluetooth/Details.qml
index d3df798..a31e381 100644
--- a/modules/controlcenter/bluetooth/Details.qml
+++ b/modules/controlcenter/bluetooth/Details.qml
@@ -656,10 +656,4 @@ Item {
cLayer: 2
}
}
-
- component Anim: NumberAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
}
diff --git a/modules/controlcenter/bluetooth/DeviceList.qml b/modules/controlcenter/bluetooth/DeviceList.qml
index bfbfd9c..359886c 100644
--- a/modules/controlcenter/bluetooth/DeviceList.qml
+++ b/modules/controlcenter/bluetooth/DeviceList.qml
@@ -349,10 +349,4 @@ ColumnLayout {
}
}
}
-
- component Anim: NumberAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
}
diff --git a/modules/controlcenter/bluetooth/Settings.qml b/modules/controlcenter/bluetooth/Settings.qml
index 1b2511d..e035964 100644
--- a/modules/controlcenter/bluetooth/Settings.qml
+++ b/modules/controlcenter/bluetooth/Settings.qml
@@ -539,10 +539,4 @@ ColumnLayout {
cLayer: 2
}
}
-
- component Anim: NumberAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
}