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 {
|
||||
font.family: Theme.fontFamily
|
||||
color: Theme.palette.basecontent
|
||||
Behavior on color {
|
||||
ColorAnimation {
|
||||
duration: 200
|
||||
easing.type: Easing.InOutQuad
|
||||
}
|
||||
ColorAnimation on color {
|
||||
duration: 100
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue