diff --git a/UM/Qt/qml/UM/MessageStack.qml b/UM/Qt/qml/UM/MessageStack.qml index fbe36d625..16a167cf5 100644 --- a/UM/Qt/qml/UM/MessageStack.qml +++ b/UM/Qt/qml/UM/MessageStack.qml @@ -68,6 +68,7 @@ ListView width: UM.Theme.getSize("message").width // Height is the size of the children + a margin on top & bottom. height: childrenRect.height + 2 * UM.Theme.getSize("default_margin").height + opacity: 1 anchors.horizontalCenter: parent !== null ? parent.horizontalCenter : undefined @@ -433,11 +434,6 @@ ListView } } - add: Transition - { - NumberAnimation { property: "opacity"; from: 0; to: 1; duration: 200; } - } - displaced: Transition { NumberAnimation { property: "y"; duration: 200; }