change footer position in qml
-
hi, im making an android app with qml and i wanna move footer with animation ( change y ), but i cant change footer position.
I am grateful for any help
@qAminzzz
i assume you are talking about the footer of the ApplicationWindow type?
If so wrap your footer item in a plain Item and animate the y position relative to this container parent.