bar: animate tray recolour
This commit is contained in:
parent
d0a61b9834
commit
e0f01ccdb9
1 changed files with 8 additions and 0 deletions
|
|
@ -53,6 +53,14 @@ StyledRect {
|
||||||
anchors.fill: icon
|
anchors.fill: icon
|
||||||
source: icon
|
source: icon
|
||||||
color: Appearance.colours.lavender
|
color: Appearance.colours.lavender
|
||||||
|
|
||||||
|
Behavior on color {
|
||||||
|
ColorAnimation {
|
||||||
|
duration: Appearance.anim.durations.normal
|
||||||
|
easing.type: Easing.BezierSpline
|
||||||
|
easing.bezierCurve: Appearance.anim.curves.standard
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue