1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Change to more consistent animations across SP

This commit is contained in:
Elias 2018-12-15 21:32:49 +01:00
parent c22dcbd982
commit 598a6bec35

View File

@ -33,7 +33,6 @@ Item {
left: parent.left
}
Item {
anchors {
fill: parent
@ -41,7 +40,6 @@ Item {
leftMargin: 20
}
Image {
id: imgIcon
source: settingsHeader.image
@ -60,7 +58,6 @@ Item {
anchors.fill: imgIcon
source: imgIcon
color: "#ffffff"
}
Text {
id: txtHeadline
@ -119,8 +116,8 @@ Item {
NumberAnimation {
targets: [imgIcon, txtHeadline]
properties: "opacity, anchors.topMargin, anchors.leftMargin"
duration: 300
easing.type: Easing.OutQuart
duration: 400
easing.type: Easing.InOutQuart
}
}
]