aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-02-03 17:07:48 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-06 04:09:29 +0100
commit7a3d6f0396ff8ecddbf9891f60db6893d88b5f11 (patch)
tree344fecc01eaa1b9ee1df76249979f19ac7455cc9 /examples
parent8687c6b44fa6bc17ee056d1d6d83a9cb0baab8a0 (diff)
Update BearWhack sprites
Missed the API change on duration Change-Id: I64abcdad3f0e9554f797868761a06b9ed8662762 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples')
-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}
}
]