aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/particles3d/OceanSpider.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick3d/particles3d/OceanSpider.qml')
-rw-r--r--examples/quick3d/particles3d/OceanSpider.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick3d/particles3d/OceanSpider.qml b/examples/quick3d/particles3d/OceanSpider.qml
index 2c0f203a..c8562240 100644
--- a/examples/quick3d/particles3d/OceanSpider.qml
+++ b/examples/quick3d/particles3d/OceanSpider.qml
@@ -20,6 +20,7 @@ Item {
// Animate tentacle movement
SequentialAnimation {
loops: Animation.Infinite
+ running: true
NumberAnimation {
target: mainWindow
property: "tentacleWideness"
@@ -161,6 +162,7 @@ Item {
fadeOutDuration: 800
billboard: true
SequentialAnimation {
+ running: true
loops: Animation.Infinite
ColorAnimation {
target: tentacleParticle