diff --git a/src/controls/templates/private/PageRow.qml b/src/controls/templates/private/PageRow.qml --- a/src/controls/templates/private/PageRow.qml +++ b/src/controls/templates/private/PageRow.qml @@ -426,7 +426,7 @@ } Timer { id: stateTimer - interval: 150 + interval: 0 onTriggered: container.state = container.pendingState } @@ -487,22 +487,6 @@ } } ] - transitions: [ - Transition { - from: "last,middle" - to: "middle,last" - SequentialAnimation { - NumberAnimation { - property: "width" - duration: Units.longDuration - easing.type: Easing.InOutQuad - } - ScriptAction { - script: mainFlickable.currentItemChanged(); - } - } - } - ] } }