aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/imageparticle/colortable.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles/imageparticle/colortable.qml')
-rw-r--r--examples/particles/imageparticle/colortable.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/particles/imageparticle/colortable.qml b/examples/particles/imageparticle/colortable.qml
index 623029dae0..e7c9b5c176 100644
--- a/examples/particles/imageparticle/colortable.qml
+++ b/examples/particles/imageparticle/colortable.qml
@@ -72,9 +72,9 @@ Rectangle {
from: 0; to: Math.PI * 2; duration: 10000; loops: Animation.Infinite
}
- speedFromMovement: 20
+ velocityFromMovement: 20
- speed: PointDirection { xVariation: 5; yVariation: 5;}
+ velocity: PointDirection { xVariation: 5; yVariation: 5;}
acceleration: PointDirection { xVariation: 5; yVariation: 5;}
size: 16