summaryrefslogtreecommitdiffstats
path: root/examples/declarative/snow/ImageBatch.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/snow/ImageBatch.qml')
-rw-r--r--examples/declarative/snow/ImageBatch.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/snow/ImageBatch.qml b/examples/declarative/snow/ImageBatch.qml
index 17e5a48..021cef3 100644
--- a/examples/declarative/snow/ImageBatch.qml
+++ b/examples/declarative/snow/ImageBatch.qml
@@ -52,7 +52,7 @@ GridView {
}
transitions: [
Transition {
- toState: "selected"
+ to: "selected"
SequentialAnimation {
PauseAnimation { duration: 150 }
PropertyAction { properties: "z" }
@@ -60,7 +60,7 @@ GridView {
}
},
Transition {
- fromState: "selected"
+ from: "selected"
SequentialAnimation {
NumberAnimation { properties: "scale"; duration: 150 }
PropertyAction { properties: "z" }