add slidefade text animation to some stuff

This commit is contained in:
end-4
2025-08-19 18:09:07 +07:00
parent ee21139356
commit 8d3a036b3b
8 changed files with 87 additions and 5 deletions
@@ -224,6 +224,7 @@ Inline w/ backslash and round brackets \\(e^{i\\pi} + 1 = 0\\)
font.pixelSize: Appearance.font.pixelSize.small
text: statusItem.statusText
color: Appearance.colors.colSubtext
animateChange: true
}
}
@@ -26,6 +26,7 @@ Item { // Model indicator
color: Appearance.m3colors.m3onSurface
elide: Text.ElideRight
text: root.text
animateChange: true
}
}