summaryrefslogtreecommitdiff
path: root/modules/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'modules/launcher')
-rw-r--r--modules/launcher/ContentList.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/launcher/ContentList.qml b/modules/launcher/ContentList.qml
index 3ce39f1..93bb913 100644
--- a/modules/launcher/ContentList.qml
+++ b/modules/launcher/ContentList.qml
@@ -160,6 +160,8 @@ Item {
}
Behavior on implicitWidth {
+ enabled: root.visibilities.launcher
+
NumberAnimation {
duration: Appearance.anim.durations.large
easing.type: Easing.BezierSpline
@@ -168,6 +170,8 @@ Item {
}
Behavior on implicitHeight {
+ enabled: root.visibilities.launcher
+
NumberAnimation {
duration: Appearance.anim.durations.large
easing.type: Easing.BezierSpline