android - Change default animation on StackView -


is possible change default animation (in/out) of android stackview (using native android methods)?

thanks!

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

transitions

the animations can customized assigning different transitions pushenter, pushexit, popenter, popexit, replaceenter, , replaceexit properties of stackview.


Comments

Popular posts from this blog

c++ - What's the differece between of link to a dynamic file and as a input object? -

javascript - Feed FileReader from server side files -

Android Unit Testing / Mockito: android.location.Location not mocked -