aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-05-03 10:23:21 +1000
committerAlan Alpert <alan.alpert@nokia.com>2011-05-03 10:24:30 +1000
commit94c1a9d0e137a7c2adfd3ac86f3a439759306dc7 (patch)
tree312fbad7bb32036a02a26e1014afa18bc581ba1f /examples
parentfc345a6c356fdcdd28a67d212bb6750b2f494634 (diff)
Affector Augmentation
Affectors gained shape and signal properties, and the affected(x,y) signal (turned on by the signal property, a theorized performance improvement).
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/particles/allsmiles/smilefactory.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/particles/allsmiles/smilefactory.qml b/examples/declarative/particles/allsmiles/smilefactory.qml
index 1b43adb1da..47becb50fe 100644
--- a/examples/declarative/particles/allsmiles/smilefactory.qml
+++ b/examples/declarative/particles/allsmiles/smilefactory.qml
@@ -51,6 +51,7 @@ Rectangle{
particles: ["goingLeft", "goingRight"]
image: "content/singlesmile.png"
rotation: 90
+ rotationSpeed: 90
autoRotation: true
}
DeformableParticle{