diff --git a/ScreenPlay/qml/Installed/ScreenPlayItemImage.qml b/ScreenPlay/qml/Installed/ScreenPlayItemImage.qml index 179ade62..23612a16 100644 --- a/ScreenPlay/qml/Installed/ScreenPlayItemImage.qml +++ b/ScreenPlay/qml/Installed/ScreenPlayItemImage.qml @@ -54,11 +54,6 @@ Item { target: image opacity: 0 } - - PropertyChanges { - target: text1 - wrapMode: Text.WrapAnywhere - } }, State { name: "loaded" @@ -67,11 +62,6 @@ Item { target: image opacity: 1 } - - PropertyChanges { - target: text1 - opacity: 0 - } } ] @@ -86,12 +76,6 @@ Item { duration: 300 easing.type: Easing.OutQuart } - NumberAnimation { - target: text1 - property: "opacity" - duration: 300 - easing.type: Easing.OutQuart - } } ] }