summaryrefslogtreecommitdiffstats
path: root/src/controls/StackView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/StackView.qml')
-rw-r--r--src/controls/StackView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/StackView.qml b/src/controls/StackView.qml
index 18f77d2ec..d8089174e 100644
--- a/src/controls/StackView.qml
+++ b/src/controls/StackView.qml
@@ -290,7 +290,7 @@ import QtQuick.Controls.Private 1.0
properties.exitItem.opacity = 1
}
- property Component pushTransition: StackViewTransition {
+ pushTransition: StackViewTransition {
PropertyAnimation {
target: enterItem
property: "opacity"
@@ -328,7 +328,7 @@ import QtQuick.Controls.Private 1.0
properties.exitItem.rotation = 0
}
- property Component pushTransition: StackViewTransition {
+ pushTransition: StackViewTransition {
SequentialAnimation {
ScriptAction {
script: enterItem.rotation = 90