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:
parent
1db6b1593d
commit
babcf84112
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user