1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01: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 target: image
opacity: 0 opacity: 0
} }
PropertyChanges {
target: text1
wrapMode: Text.WrapAnywhere
}
}, },
State { State {
name: "loaded" name: "loaded"
@ -67,11 +62,6 @@ Item {
target: image target: image
opacity: 1 opacity: 1
} }
PropertyChanges {
target: text1
opacity: 0
}
} }
] ]
@ -86,12 +76,6 @@ Item {
duration: 300 duration: 300
easing.type: Easing.OutQuart easing.type: Easing.OutQuart
} }
NumberAnimation {
target: text1
property: "opacity"
duration: 300
easing.type: Easing.OutQuart
}
} }
] ]
} }