summaryrefslogtreecommitdiff
path: root/examples/quick/particles/affectors/turbulence.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/affectors/turbulence.qml')
-rw-r--r--examples/quick/particles/affectors/turbulence.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/particles/affectors/turbulence.qml b/examples/quick/particles/affectors/turbulence.qml
index dac3a5c46d..049e1a584d 100644
--- a/examples/quick/particles/affectors/turbulence.qml
+++ b/examples/quick/particles/affectors/turbulence.qml
@@ -31,7 +31,6 @@ Rectangle {
width: parent.width
x: parent. width / 4
anchors.fill: parent
- strength: 32
NumberAnimation on strength{from: 16; to: 64; easing.type: Easing.InOutBounce; duration: 1800; loops: -1}
}
//! [0]