Dekko
StackViewTransition.qml
1 import QtQuick 2.4
2 
3 ParallelAnimation {
4  id: root
12  property string name
14  property Item enterItem
16  property Item exitItem
19  property bool immediate
20 }
21