cleaner way to write it
This commit is contained in:
parent
d043f86269
commit
ee8f3d9d7b
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue