animate icon color
This commit is contained in:
parent
c500637fd8
commit
da4654e4a6
1 changed files with 5 additions and 2 deletions
|
|
@ -2,9 +2,12 @@ import qs.config
|
||||||
import QtQuick
|
import QtQuick
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
|
||||||
color: Theme.palette.basecontent
|
color: Theme.palette.basecontent
|
||||||
|
Behavior on color {
|
||||||
|
ColorAnimation {
|
||||||
|
duration: 100
|
||||||
|
}
|
||||||
|
}
|
||||||
font.family: Theme.lucide.font.family
|
font.family: Theme.lucide.font.family
|
||||||
font.pixelSize: Dimensions.gpu.iconSize
|
font.pixelSize: Dimensions.gpu.iconSize
|
||||||
font.bold: true
|
font.bold: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue