aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml b/examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml
index 54dd934f0e..05d74ab0ea 100644
--- a/examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml
+++ b/examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml
@@ -154,7 +154,7 @@ ParticleSystem {
frames: 9
frameWidth: 256
frameHeight: 256
- duration: 80
+ frameDuration: 80
to: {"still":0, "flailing":0}
},
Sprite{
@@ -163,7 +163,7 @@ ParticleSystem {
frames: 8
frameWidth: 256
frameHeight: 256
- duration: 80
+ frameDuration: 80
to: {"falling":1}
},
Sprite{
@@ -172,7 +172,7 @@ ParticleSystem {
frames: 5
frameWidth: 256
frameHeight: 256
- duration: 80
+ frameDuration: 80
to: {"falling":1}
}
]