summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/parallax/qml/ParallaxView.qml8
1 files changed, 1 insertions, 7 deletions
diff --git a/examples/declarative/parallax/qml/ParallaxView.qml b/examples/declarative/parallax/qml/ParallaxView.qml
index 98dd246..ff4a85a 100644
--- a/examples/declarative/parallax/qml/ParallaxView.qml
+++ b/examples/declarative/parallax/qml/ParallaxView.qml
@@ -25,13 +25,7 @@ Item {
anchors.fill: parent
model: VisualItemModel { id: visualModel }
- highlight: Rectangle { height: 1; width: 1 }
- highlightMoveSpeed: 2000
- preferredHighlightBegin: 0
- preferredHighlightEnd: 0
- highlightRangeMode: "StrictlyEnforceRange"
-
- flickDeceleration: 1000
+ snapMode: ListView.SnapOneItem
}
ListView {