summaryrefslogtreecommitdiff
path: root/components/StyledText.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-24 16:51:09 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-24 16:51:09 +1000
commit486f9d2e2f260d18883991f4a6981a2cc0d15526 (patch)
tree9164de4b4019827ee1bda86a54a172c26e7ced85 /components/StyledText.qml
parentinternal: add anim component (diff)
downloadcaelestia-shell-486f9d2e2f260d18883991f4a6981a2cc0d15526.tar.gz
caelestia-shell-486f9d2e2f260d18883991f4a6981a2cc0d15526.tar.bz2
caelestia-shell-486f9d2e2f260d18883991f4a6981a2cc0d15526.zip
internal: add canim component
Diffstat (limited to 'components/StyledText.qml')
-rw-r--r--components/StyledText.qml6
1 files changed, 1 insertions, 5 deletions
diff --git a/components/StyledText.qml b/components/StyledText.qml
index 554c20c..ed961d2 100644
--- a/components/StyledText.qml
+++ b/components/StyledText.qml
@@ -20,11 +20,7 @@ Text {
font.pointSize: Appearance.font.size.smaller
Behavior on color {
- ColorAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
+ CAnim {}
}
Behavior on text {