cleaner way to write it

This commit is contained in:
Benjamin Palko 2025-09-04 10:15:41 -04:00
parent d043f86269
commit ee8f3d9d7b

View file

@ -4,10 +4,7 @@ import QtQuick
Text { Text {
font.family: Theme.fontFamily font.family: Theme.fontFamily
color: Theme.palette.basecontent color: Theme.palette.basecontent
Behavior on color { ColorAnimation on color {
ColorAnimation { duration: 100
duration: 200
easing.type: Easing.InOutQuad
}
} }
} }