diff options
Diffstat (limited to 'modules/launcher')
| -rw-r--r-- | modules/launcher/Background.qml | 8 |
1 files changed, 8 insertions, 0 deletions
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 + } + } } } |