From e0f01ccdb95ba1ace18cc7171f9da2c8f831ca28 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 29 Apr 2025 23:32:31 +1000 Subject: bar: animate tray recolour --- modules/bar/components/Tray.qml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules') 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 + } + } } } } -- cgit v1.2.3-freya