summaryrefslogtreecommitdiff
path: root/modules/osd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/osd')
-rw-r--r--modules/osd/Background.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/osd/Background.qml b/modules/osd/Background.qml
index a24e3fb..1c5c957 100644
--- a/modules/osd/Background.qml
+++ b/modules/osd/Background.qml
@@ -58,5 +58,13 @@ Shape {
radiusX: root.roundingX
radiusY: root.rounding
}
+
+ Behavior on fillColor {
+ ColorAnimation {
+ duration: Appearance.anim.durations.normal
+ easing.type: Easing.BezierSpline
+ easing.bezierCurve: Appearance.anim.curves.standard
+ }
+ }
}
}