1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Fix footer animation

This commit is contained in:
Elias 2019-06-23 14:22:55 +02:00
parent 1db6b1593d
commit babcf84112

View File

@ -364,7 +364,7 @@ Item {
}
}
NumberAnimation {
PropertyAnimation {
target: footer
property: "anchors.bottomMargin"
duration: 400
@ -376,7 +376,7 @@ Item {
to: "new"
reversible: true
NumberAnimation {
PropertyAnimation {
target: footer
property: "anchors.bottomMargin"
duration: 400