aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/affectors/friction.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/affectors/friction.qml')
-rw-r--r--examples/declarative/particles/affectors/friction.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/declarative/particles/affectors/friction.qml b/examples/declarative/particles/affectors/friction.qml
index 5092b1c3f8..ef990fa3c9 100644
--- a/examples/declarative/particles/affectors/friction.qml
+++ b/examples/declarative/particles/affectors/friction.qml
@@ -66,31 +66,31 @@ Item {
sprites: [Sprite {
source: "../images/realLeaf1.png"
frames: 1
- duration: 1
+ frameDuration: 1
to: {"a":1, "b":1, "c":1, "d":1}
}, Sprite {
name: "a"
source: "../images/realLeaf1.png"
frames: 1
- duration: 10000
+ frameDuration: 10000
},
Sprite {
name: "b"
source: "../images/realLeaf2.png"
frames: 1
- duration: 10000
+ frameDuration: 10000
},
Sprite {
name: "c"
source: "../images/realLeaf3.png"
frames: 1
- duration: 10000
+ frameDuration: 10000
},
Sprite {
name: "d"
source: "../images/realLeaf4.png"
frames: 1
- duration: 10000
+ frameDuration: 10000
}
]