1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Remove no longer used text

This commit is contained in:
Elias 2018-12-05 12:12:08 +01:00
parent fea537b3af
commit 982ed2bb78

View File

@ -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
}
}
]
}