summaryrefslogtreecommitdiff
path: root/modules/bar/components/Tray.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/components/Tray.qml')
-rw-r--r--modules/bar/components/Tray.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/bar/components/Tray.qml b/modules/bar/components/Tray.qml
index 8aaa533..7a24338 100644
--- a/modules/bar/components/Tray.qml
+++ b/modules/bar/components/Tray.qml
@@ -53,6 +53,14 @@ StyledRect {
anchors.fill: icon
source: icon
color: Appearance.colours.lavender
+
+ Behavior on color {
+ ColorAnimation {
+ duration: Appearance.anim.durations.normal
+ easing.type: Easing.BezierSpline
+ easing.bezierCurve: Appearance.anim.curves.standard
+ }
+ }
}
}
}