From 57f815bdc885960ba27c0028d044a0977afd3eba Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 17:15:10 +1000 Subject: wallpaper: limit source size Also animate launcher and osd background colours --- modules/launcher/Background.qml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/launcher/Background.qml') diff --git a/modules/launcher/Background.qml b/modules/launcher/Background.qml index 7dce14a..e7104ba 100644 --- a/modules/launcher/Background.qml +++ b/modules/launcher/Background.qml @@ -58,5 +58,13 @@ Shape { radiusY: root.roundingY direction: PathArc.Counterclockwise } + + Behavior on fillColor { + ColorAnimation { + duration: Appearance.anim.durations.normal + easing.type: Easing.BezierSpline + easing.bezierCurve: Appearance.anim.curves.standard + } + } } } -- cgit v1.2.3-freya