summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/Battery.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/popouts/Battery.qml')
-rw-r--r--modules/bar/popouts/Battery.qml6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/bar/popouts/Battery.qml b/modules/bar/popouts/Battery.qml
index 08bb814..35d32c5 100644
--- a/modules/bar/popouts/Battery.qml
+++ b/modules/bar/popouts/Battery.qml
@@ -224,11 +224,7 @@ Column {
fill: profiles.current === text ? 1 : 0
Behavior on fill {
- NumberAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
+ Anim {}
}
}
}