-2

Is it possible to change the default animation (in/out) of Android StackView (using native Android methods)?

Thanks!

hwiz
  • 1
  • 1
  • 4

1 Answers1

0

http://doc.qt.io/qt-5/qml-qt-labs-controls-stackview.html#popEnter-prop

Transitions

The animations can be customized by assigning different Transitions for the pushEnter, pushExit, popEnter, popExit, replaceEnter, and replaceExit properties of StackView.

  • Thank you for your reply Alexey! But I was looking for something using the native framework. I will edit the question to make that clear. – hwiz Apr 27 '16 at 08:01