summaryrefslogtreecommitdiff
path: root/modules/utilities/cards/IdleInhibit.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/utilities/cards/IdleInhibit.qml')
-rw-r--r--modules/utilities/cards/IdleInhibit.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/utilities/cards/IdleInhibit.qml b/modules/utilities/cards/IdleInhibit.qml
index 87f6211..4e95a56 100644
--- a/modules/utilities/cards/IdleInhibit.qml
+++ b/modules/utilities/cards/IdleInhibit.qml
@@ -117,6 +117,9 @@ StyledRect {
}
Behavior on implicitHeight {
- Anim {}
+ Anim {
+ duration: Appearance.anim.durations.expressiveDefaultSpatial
+ easing.bezierCurve: Appearance.anim.curves.expressiveDefaultSpatial
+ }
}
}