Hi
Normally when a new Page is showed, it is "sliding in from the right",
is it possible to control this behaviour ?
I want to change the the sliding so the window comes in from the left when showed
and is "leaving" to the left when closing.
Regards
Hi
Normally when a new Page is showed, it is "sliding in from the right",
is it possible to control this behaviour ?
I want to change the the sliding so the window comes in from the left when showed
and is "leaving" to the left when closing.
Regards
Hi
You cannot control QML Page transition animation. Theoretically with Qt Animation you can animate any property of any QML object but Page does not have geometry thus you cannot animate Page position. If you are thinking about some fancy control in place of PageStack - you have to do it from scratch --- the most close base will be PathView you can build a carousel control based on it