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
Post a Comment