diff --git a/wallpapers/image/imagepackage/contents/ui/main.qml b/wallpapers/image/imagepackage/contents/ui/main.qml --- a/wallpapers/image/imagepackage/contents/ui/main.qml +++ b/wallpapers/image/imagepackage/contents/ui/main.qml @@ -118,6 +118,10 @@ autoTransform: true z: -1 + // opacity animates each item individually, so one can see through the background Rectangle during + // the transition. To avoid this, during the transition combine the item into a single surface + layer.enabled: QQC2.StackView.status === QQC2.StackView.Activating + QQC2.StackView.onRemoved: destroy() Rectangle {